public class GroupReduceNode extends SingleInputNode
OptimizerNode.UnclosedBranchDescriptorinConn, keyscachedPlans, closedBranchingNodes, costWeight, estimatedNumRecords, estimatedOutputSize, hereJoinedBranches, id, MAX_DYNAMIC_PATH_COST_WEIGHT, onDynamicPath, openBranches, uniqueFields| Constructor and Description |
|---|
GroupReduceNode(org.apache.flink.api.common.operators.base.GroupReduceOperatorBase<?,?,?> operator)
Creates a new optimizer node for the given operator.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
computeOperatorSpecificDefaultEstimates(DataStatistics statistics) |
GroupReduceNode |
getCombinerUtilityNode() |
org.apache.flink.api.common.operators.base.GroupReduceOperatorBase<?,?,?> |
getOperator()
Gets the operator represented by this optimizer node.
|
String |
getOperatorName()
Gets the name of this node, which is the name of the function/operator, or data source / data
sink.
|
protected List<OperatorDescriptorSingle> |
getPossibleProperties() |
protected org.apache.flink.api.common.operators.SemanticProperties |
getSemanticPropertiesForLocalPropertyFiltering() |
boolean |
isCombineable()
Checks, whether a combiner function has been given for the function encapsulated by this
reduce contract.
|
accept, addLocalCandidates, computeInterestingPropertiesForInputs, computeUnclosedBranchStack, getAlternativePlans, getIncomingConnection, getIncomingConnections, getPredecessorNode, getSemanticProperties, getSemanticPropertiesForGlobalPropertyFiltering, instantiateCandidate, setIncomingConnection, setInputaddBroadcastConnection, addClosedBranch, addClosedBranches, addOutgoingConnection, areBranchCompatible, clearInterestingProperties, computeOutputEstimates, computeUnclosedBranchStackForBroadcastInputs, computeUnionOfInterestingPropertiesFromSuccessors, getBranchesForParent, getBroadcastConnectionNames, getBroadcastConnections, getClosedBranchingNodes, getCostWeight, getDumpableInputs, getEstimatedAvgWidthPerOutputRecord, getEstimatedNumRecords, getEstimatedOutputSize, getId, getInterestingProperties, getMaxDepth, getMinimalMemoryAcrossAllSubTasks, getOpenBranches, getOptimizerNode, getOutgoingConnections, getParallelism, getPlanNode, getPredecessors, getUniqueFields, hasUnclosedBranches, haveAllOutputConnectionInterestingProperties, identifyDynamicPath, initId, isBranching, isOnDynamicPath, markAllOutgoingConnectionsAsPipelineBreaking, mergeLists, prunePlanAlternatives, prunePlanAlternativesWithCommonBranching, readStubAnnotations, readUniqueFieldsAnnotation, removeClosedBranches, setBroadcastInputs, setEstimatedNumRecords, setEstimatedOutputSize, setParallelism, toStringpublic GroupReduceNode(org.apache.flink.api.common.operators.base.GroupReduceOperatorBase<?,?,?> operator)
operator - The reduce operation.public org.apache.flink.api.common.operators.base.GroupReduceOperatorBase<?,?,?> getOperator()
getOperator in class SingleInputNodepublic boolean isCombineable()
public String getOperatorName()
OptimizerNodegetOperatorName in class OptimizerNodeprotected List<OperatorDescriptorSingle> getPossibleProperties()
getPossibleProperties in class SingleInputNodeprotected org.apache.flink.api.common.operators.SemanticProperties getSemanticPropertiesForLocalPropertyFiltering()
getSemanticPropertiesForLocalPropertyFiltering in class SingleInputNodeprotected void computeOperatorSpecificDefaultEstimates(DataStatistics statistics)
computeOperatorSpecificDefaultEstimates in class OptimizerNodepublic GroupReduceNode getCombinerUtilityNode()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.