Tabnine Logo
FlatMapNode
Code IndexAdd Tabnine to your IDE (free)

How to use
FlatMapNode
in
org.apache.flink.optimizer.dag

Best Java code snippets using org.apache.flink.optimizer.dag.FlatMapNode (Showing top 10 results out of 315)

origin: apache/flink

  /**
   * Computes the estimates for the FlatMap operator. Since it un-nests, we assume a cardinality
   * increase. To give the system a hint at data increase, we take a default magic number of a 5 times increase. 
   */
  @Override
  protected void computeOperatorSpecificDefaultEstimates(DataStatistics statistics) {
    this.estimatedNumRecords = getPredecessorNode().getEstimatedNumRecords() * 5;
  }
}
origin: apache/flink

n = new FlatMapNode((FlatMapOperatorBase<?, ?, ?>) c);
origin: org.apache.flink/flink-optimizer_2.10

n = new FlatMapNode((FlatMapOperatorBase<?, ?, ?>) c);
origin: org.apache.flink/flink-optimizer_2.11

  /**
   * Computes the estimates for the FlatMap operator. Since it un-nests, we assume a cardinality
   * increase. To give the system a hint at data increase, we take a default magic number of a 5 times increase. 
   */
  @Override
  protected void computeOperatorSpecificDefaultEstimates(DataStatistics statistics) {
    this.estimatedNumRecords = getPredecessorNode().getEstimatedNumRecords() * 5;
  }
}
origin: com.alibaba.blink/flink-optimizer

n = new FlatMapNode((FlatMapOperatorBase<?, ?, ?>) c);
origin: org.apache.flink/flink-optimizer_2.10

  /**
   * Computes the estimates for the FlatMap operator. Since it un-nests, we assume a cardinality
   * increase. To give the system a hint at data increase, we take a default magic number of a 5 times increase. 
   */
  @Override
  protected void computeOperatorSpecificDefaultEstimates(DataStatistics statistics) {
    this.estimatedNumRecords = getPredecessorNode().getEstimatedNumRecords() * 5;
  }
}
origin: org.apache.flink/flink-optimizer_2.11

n = new FlatMapNode((FlatMapOperatorBase<?, ?, ?>) c);
origin: com.alibaba.blink/flink-optimizer

  /**
   * Computes the estimates for the FlatMap operator. Since it un-nests, we assume a cardinality
   * increase. To give the system a hint at data increase, we take a default magic number of a 5 times increase. 
   */
  @Override
  protected void computeOperatorSpecificDefaultEstimates(DataStatistics statistics) {
    this.estimatedNumRecords = getPredecessorNode().getEstimatedNumRecords() * 5;
  }
}
origin: org.apache.flink/flink-optimizer

n = new FlatMapNode((FlatMapOperatorBase<?, ?, ?>) c);
origin: org.apache.flink/flink-optimizer

  /**
   * Computes the estimates for the FlatMap operator. Since it un-nests, we assume a cardinality
   * increase. To give the system a hint at data increase, we take a default magic number of a 5 times increase. 
   */
  @Override
  protected void computeOperatorSpecificDefaultEstimates(DataStatistics statistics) {
    this.estimatedNumRecords = getPredecessorNode().getEstimatedNumRecords() * 5;
  }
}
org.apache.flink.optimizer.dagFlatMapNode

Javadoc

The optimizer's internal representation of a FlatMap operator node.

Most used methods

  • <init>
  • getPredecessorNode

Popular in Java

  • Reactive rest calls using spring rest template
  • compareTo (BigDecimal)
  • scheduleAtFixedRate (ScheduledExecutorService)
  • getSharedPreferences (Context)
  • FileNotFoundException (java.io)
    Thrown when a file specified by a program cannot be found.
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Collectors (java.util.stream)
  • BoxLayout (javax.swing)
  • JList (javax.swing)
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Top plugins for Android Studio
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now