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

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

Best Java code snippets using org.apache.flink.optimizer.dag.SortPartitionNode.getPredecessorNode (Showing top 5 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: 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: 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();
}

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_2.10

@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.dagSortPartitionNodegetPredecessorNode

Popular methods of SortPartitionNode

  • <init>

Popular in Java

  • Making http post requests using okhttp
  • runOnUiThread (Activity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • startActivity (Activity)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • BufferedReader (java.io)
    Wraps an existing Reader and buffers the input. Expensive interaction with the underlying reader is
  • ResultSet (java.sql)
    An interface for an object which represents a database table entry, returned as the result of the qu
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • Join (org.hibernate.mapping)
  • 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