Uses of Class
org.apache.flink.optimizer.operators.OperatorDescriptorSingle
-
Packages that use OperatorDescriptorSingle Package Description org.apache.flink.optimizer.dag org.apache.flink.optimizer.operators -
-
Uses of OperatorDescriptorSingle in org.apache.flink.optimizer.dag
Subclasses of OperatorDescriptorSingle in org.apache.flink.optimizer.dag Modifier and Type Class Description static classPartitionNode.PartitionDescriptorstatic classSortPartitionNode.SortPartitionDescriptorMethods in org.apache.flink.optimizer.dag with parameters of type OperatorDescriptorSingle Modifier and Type Method Description protected voidBulkIterationNode. instantiateCandidate(OperatorDescriptorSingle dps, Channel in, List<Set<? extends NamedChannel>> broadcastPlanChannels, List<PlanNode> target, CostEstimator estimator, RequestedGlobalProperties globPropsReq, RequestedLocalProperties locPropsReq)protected voidSingleInputNode. instantiateCandidate(OperatorDescriptorSingle dps, Channel in, List<Set<? extends NamedChannel>> broadcastPlanChannels, List<PlanNode> target, CostEstimator estimator, RequestedGlobalProperties globPropsReq, RequestedLocalProperties locPropsReq)Constructors in org.apache.flink.optimizer.dag with parameters of type OperatorDescriptorSingle Constructor Description UnaryOperatorNode(String name, org.apache.flink.api.common.operators.util.FieldSet keys, OperatorDescriptorSingle... operators)Constructor parameters in org.apache.flink.optimizer.dag with type arguments of type OperatorDescriptorSingle Constructor Description UnaryOperatorNode(String name, org.apache.flink.api.common.operators.util.FieldSet keys, List<OperatorDescriptorSingle> operators) -
Uses of OperatorDescriptorSingle in org.apache.flink.optimizer.operators
Subclasses of OperatorDescriptorSingle in org.apache.flink.optimizer.operators Modifier and Type Class Description classAllGroupCombinePropertiesclassAllGroupReducePropertiesclassAllGroupWithPartialPreGroupPropertiesclassAllReducePropertiesclassFilterDescriptorclassFlatMapDescriptorclassGroupCombinePropertiesThe properties file belonging to the GroupCombineNode.classGroupReducePropertiesclassGroupReduceWithCombinePropertiesclassMapDescriptorclassMapPartitionDescriptorclassNoOpDescriptorclassPartialGroupPropertiesclassReducePropertiesclassSolutionSetDeltaOperator
-