public class BulkPartialSolutionPlanNode extends PlanNode
PlanNode.FeedbackPropertiesMeetRequirementsReport, PlanNode.SourceAndDamReport| 限定符和类型 | 字段和说明 |
|---|---|
Object |
postPassHelper |
branchPlan, cumulativeCosts, globalProps, localProps, nodeCosts, outChannels, template| 构造器和说明 |
|---|
BulkPartialSolutionPlanNode(BulkPartialSolutionNode template,
String nodeName,
GlobalProperties gProps,
LocalProperties lProps,
Channel initialInput) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
accept(org.apache.flink.util.Visitor<PlanNode> visitor) |
BulkIterationPlanNode |
getContainingIterationNode() |
Iterable<Channel> |
getInputs() |
BulkPartialSolutionNode |
getPartialSolutionNode() |
Iterable<PlanNode> |
getPredecessors()
Gets an iterator over the predecessors.
|
PlanNode.SourceAndDamReport |
hasDamOnPathDownTo(PlanNode source)
Checks whether this node has a dam on the way down to the given source node.
|
void |
setContainingIterationNode(BulkIterationPlanNode containingIterationNode) |
addOutgoingChannel, checkPartialSolutionPropertiesMet, getBranchPlan, getBroadcastInputs, getCandidateAtBranchPoint, getCostWeight, getCumulativeCosts, getCumulativeCostsShare, getDriverStrategy, getDumpableInputs, getGlobalProperties, getGuaranteedAvailableMemory, getLocalProperties, getMemoryConsumerWeight, getMinResources, getNodeCosts, getNodeName, getOptimizerNode, getOriginalOptimizerNode, getOutgoingChannels, getParallelism, getPlanNode, getPreferredResources, getProgramOperator, getRelativeMemoryPerSubTask, initProperties, isOnDynamicPath, isPruneMarkerSet, mergeBranchPlanMaps, mergeBranchPlanMaps, setBroadcastInputs, setCosts, setDriverStrategy, setParallelism, setPruningMarker, setRelativeMemoryPerSubtask, toString, updatePropertiesWithUniqueSetspublic Object postPassHelper
public BulkPartialSolutionPlanNode(BulkPartialSolutionNode template, String nodeName, GlobalProperties gProps, LocalProperties lProps, Channel initialInput)
public BulkPartialSolutionNode getPartialSolutionNode()
public BulkIterationPlanNode getContainingIterationNode()
public void setContainingIterationNode(BulkIterationPlanNode containingIterationNode)
public void accept(org.apache.flink.util.Visitor<PlanNode> visitor)
public Iterable<PlanNode> getPredecessors()
DumpableNodegetPredecessors 在接口中 DumpableNode<PlanNode>getPredecessors 在类中 PlanNodepublic PlanNode.SourceAndDamReport hasDamOnPathDownTo(PlanNode source)
PlanNodehasDamOnPathDownTo 在类中 PlanNodesource - The node on the path to which the dam is sought.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.