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

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

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

origin: apache/flink

  @Override
  public void postVisit(OptimizerNode node) {
    // if required, recurse into the step function
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }
  }
}
origin: apache/flink

  @Override
  public void postVisit(OptimizerNode node) {
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }

    node.computeUnclosedBranchStack();
  }
}
origin: apache/flink

  @Override
  public void postVisit(OptimizerNode visitable) {
    // the node ids
    visitable.initId(this.id++);

    // connections need to figure out their maximum path depths
    for (DagConnection conn : visitable.getIncomingConnections()) {
      conn.initMaxDepth();
    }
    for (DagConnection conn : visitable.getBroadcastConnections()) {
      conn.initMaxDepth();
    }

    // the estimates
    visitable.computeOutputEstimates(this.statistics);

    // if required, recurse into the step function
    if (visitable instanceof IterationNode) {
      ((IterationNode) visitable).acceptForStepFunction(this);
    }
  }
}
origin: org.apache.flink/flink-optimizer

  @Override
  public void postVisit(OptimizerNode node) {
    // if required, recurse into the step function
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }
  }
}
origin: org.apache.flink/flink-optimizer_2.11

  @Override
  public void postVisit(OptimizerNode node) {
    // if required, recurse into the step function
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }
  }
}
origin: com.alibaba.blink/flink-optimizer

  @Override
  public void postVisit(OptimizerNode node) {
    // if required, recurse into the step function
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }
  }
}
origin: org.apache.flink/flink-optimizer_2.10

  @Override
  public void postVisit(OptimizerNode node) {
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }

    node.computeUnclosedBranchStack();
  }
}
origin: org.apache.flink/flink-optimizer_2.11

  @Override
  public void postVisit(OptimizerNode node) {
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }

    node.computeUnclosedBranchStack();
  }
}
origin: org.apache.flink/flink-optimizer

  @Override
  public void postVisit(OptimizerNode node) {
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }

    node.computeUnclosedBranchStack();
  }
}
origin: com.alibaba.blink/flink-optimizer

  @Override
  public void postVisit(OptimizerNode node) {
    if (node instanceof IterationNode) {
      ((IterationNode) node).acceptForStepFunction(this);
    }

    node.computeUnclosedBranchStack();
  }
}
origin: org.apache.flink/flink-optimizer_2.11

  @Override
  public void postVisit(OptimizerNode visitable) {
    // the node ids
    visitable.initId(this.id++);

    // connections need to figure out their maximum path depths
    for (DagConnection conn : visitable.getIncomingConnections()) {
      conn.initMaxDepth();
    }
    for (DagConnection conn : visitable.getBroadcastConnections()) {
      conn.initMaxDepth();
    }

    // the estimates
    visitable.computeOutputEstimates(this.statistics);

    // if required, recurse into the step function
    if (visitable instanceof IterationNode) {
      ((IterationNode) visitable).acceptForStepFunction(this);
    }
  }
}
origin: com.alibaba.blink/flink-optimizer

  @Override
  public void postVisit(OptimizerNode visitable) {
    // the node ids
    visitable.initId(this.id++);

    // connections need to figure out their maximum path depths
    for (DagConnection conn : visitable.getIncomingConnections()) {
      conn.initMaxDepth();
    }
    for (DagConnection conn : visitable.getBroadcastConnections()) {
      conn.initMaxDepth();
    }

    // the estimates
    visitable.computeOutputEstimates(this.statistics);

    // if required, recurse into the step function
    if (visitable instanceof IterationNode) {
      ((IterationNode) visitable).acceptForStepFunction(this);
    }
  }
}
origin: org.apache.flink/flink-optimizer

  @Override
  public void postVisit(OptimizerNode visitable) {
    // the node ids
    visitable.initId(this.id++);

    // connections need to figure out their maximum path depths
    for (DagConnection conn : visitable.getIncomingConnections()) {
      conn.initMaxDepth();
    }
    for (DagConnection conn : visitable.getBroadcastConnections()) {
      conn.initMaxDepth();
    }

    // the estimates
    visitable.computeOutputEstimates(this.statistics);

    // if required, recurse into the step function
    if (visitable instanceof IterationNode) {
      ((IterationNode) visitable).acceptForStepFunction(this);
    }
  }
}
origin: org.apache.flink/flink-optimizer_2.10

  @Override
  public void postVisit(OptimizerNode visitable) {
    // the node ids
    visitable.initId(this.id++);

    // connections need to figure out their maximum path depths
    for (DagConnection conn : visitable.getIncomingConnections()) {
      conn.initMaxDepth();
    }
    for (DagConnection conn : visitable.getBroadcastConnections()) {
      conn.initMaxDepth();
    }

    // the estimates
    visitable.computeOutputEstimates(this.statistics);

    // if required, recurse into the step function
    if (visitable instanceof IterationNode) {
      ((IterationNode) visitable).acceptForStepFunction(this);
    }
  }
}
org.apache.flink.optimizer.dagIterationNode

Most used methods

  • acceptForStepFunction

Popular in Java

  • Creating JSON documents from java classes using gson
  • requestLocationUpdates (LocationManager)
  • getSharedPreferences (Context)
  • notifyDataSetChanged (ArrayAdapter)
  • Window (java.awt)
    A Window object is a top-level window with no borders and no menubar. The default layout for a windo
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • Path (java.nio.file)
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Date (java.util)
    A specific moment in time, with millisecond precision. Values typically come from System#currentTime
  • ThreadPoolExecutor (java.util.concurrent)
    An ExecutorService that executes each submitted task using one of possibly several pooled threads, n
  • Top plugins for WebStorm
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