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

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

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

origin: apache/flink

@Override
protected void computeOperatorSpecificDefaultEstimates(DataStatistics statistics) {
  // sorting does not change the number of records
  this.estimatedNumRecords = getPredecessorNode().getEstimatedNumRecords();
  this.estimatedOutputSize = getPredecessorNode().getEstimatedOutputSize();
}

origin: apache/flink

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

n = new SortPartitionNode((SortPartitionOperatorBase<?>) c);
origin: org.apache.flink/flink-optimizer

@Override
protected void computeOperatorSpecificDefaultEstimates(DataStatistics statistics) {
  // sorting does not change the number of records
  this.estimatedNumRecords = getPredecessorNode().getEstimatedNumRecords();
  this.estimatedOutputSize = getPredecessorNode().getEstimatedOutputSize();
}

origin: org.apache.flink/flink-optimizer_2.11

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

@Override
protected void computeOperatorSpecificDefaultEstimates(DataStatistics statistics) {
  // sorting does not change the number of records
  this.estimatedNumRecords = getPredecessorNode().getEstimatedNumRecords();
  this.estimatedOutputSize = getPredecessorNode().getEstimatedOutputSize();
}

origin: org.apache.flink/flink-optimizer

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

@Override
protected void computeOperatorSpecificDefaultEstimates(DataStatistics statistics) {
  // sorting does not change the number of records
  this.estimatedNumRecords = getPredecessorNode().getEstimatedNumRecords();
  this.estimatedOutputSize = getPredecessorNode().getEstimatedOutputSize();
}

origin: com.alibaba.blink/flink-optimizer

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

@Override
protected void computeOperatorSpecificDefaultEstimates(DataStatistics statistics) {
  // sorting does not change the number of records
  this.estimatedNumRecords = getPredecessorNode().getEstimatedNumRecords();
  this.estimatedOutputSize = getPredecessorNode().getEstimatedOutputSize();
}

org.apache.flink.optimizer.dagSortPartitionNode

Javadoc

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

Most used methods

  • <init>
  • getPredecessorNode

Popular in Java

  • Reactive rest calls using spring rest template
  • setContentView (Activity)
  • getSharedPreferences (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • PrintStream (java.io)
    Fake signature of an existing Java class.
  • Permission (java.security)
    Legacy security code; do not use.
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • JButton (javax.swing)
  • JFileChooser (javax.swing)
  • Best plugins for Eclipse
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