Class SortPartitionOperatorBase<IN>
- java.lang.Object
-
- org.apache.flink.api.common.operators.Operator<OUT>
-
- org.apache.flink.api.common.operators.AbstractUdfOperator<OUT,FT>
-
- org.apache.flink.api.common.operators.SingleInputOperator<IN,IN,NoOpFunction>
-
- org.apache.flink.api.common.operators.base.SortPartitionOperatorBase<IN>
-
- Type Parameters:
IN
- The input and result type.
@Internal public class SortPartitionOperatorBase<IN> extends SingleInputOperator<IN,IN,NoOpFunction>
-
-
Field Summary
-
Fields inherited from class org.apache.flink.api.common.operators.SingleInputOperator
input
-
Fields inherited from class org.apache.flink.api.common.operators.AbstractUdfOperator
broadcastInputs, userFunction
-
Fields inherited from class org.apache.flink.api.common.operators.Operator
compilerHints, name, operatorInfo, parameters
-
-
Constructor Summary
Constructors Constructor Description SortPartitionOperatorBase(UnaryOperatorInformation<IN,IN> operatorInfo, Ordering partitionOrdering, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected List<IN>
executeOnCollections(List<IN> inputData, RuntimeContext runtimeContext, ExecutionConfig executionConfig)
Ordering
getPartitionOrdering()
SingleInputSemanticProperties
getSemanticProperties()
-
Methods inherited from class org.apache.flink.api.common.operators.SingleInputOperator
accept, clearInputs, getInput, getKeyColumns, getNumberOfInputs, getOperatorInfo, setInput, setSemanticProperties
-
Methods inherited from class org.apache.flink.api.common.operators.AbstractUdfOperator
asArray, emptyClassArray, getBroadcastInputs, getUserCodeWrapper, setBroadcastVariable, setBroadcastVariables
-
Methods inherited from class org.apache.flink.api.common.operators.Operator
createUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getMinResources, getName, getParallelism, getParameters, getPreferredResources, setName, setParallelism, setParameter, setResources, toString
-
-
-
-
Constructor Detail
-
SortPartitionOperatorBase
public SortPartitionOperatorBase(UnaryOperatorInformation<IN,IN> operatorInfo, Ordering partitionOrdering, String name)
-
-
Method Detail
-
getPartitionOrdering
public Ordering getPartitionOrdering()
-
getSemanticProperties
public SingleInputSemanticProperties getSemanticProperties()
- Overrides:
getSemanticProperties
in classSingleInputOperator<IN,IN,NoOpFunction>
-
executeOnCollections
protected List<IN> executeOnCollections(List<IN> inputData, RuntimeContext runtimeContext, ExecutionConfig executionConfig)
- Specified by:
executeOnCollections
in classSingleInputOperator<IN,IN,NoOpFunction>
-
-