@Internal public class PlanUnwrappingSortedReduceGroupOperator<IN,OUT,K1,K2> extends GroupReduceOperatorBase<Tuple3<K1,K2,IN>,OUT,GroupReduceFunction<Tuple3<K1,K2,IN>,OUT>>
input
broadcastInputs, userFunction
compilerHints, name, operatorInfo, parameters
Constructor and Description |
---|
PlanUnwrappingSortedReduceGroupOperator(GroupReduceFunction<IN,OUT> udf,
Keys.SelectorFunctionKeys<IN,K1> groupingKey,
Keys.SelectorFunctionKeys<IN,K2> sortingKey,
String name,
TypeInformation<OUT> outType,
TypeInformation<Tuple3<K1,K2,IN>> typeInfoWithKey,
boolean combinable) |
executeOnCollections, getCustomPartitioner, getGroupOrder, isCombinable, setCombinable, setCustomPartitioner, setGroupOrder
accept, addInput, addInput, clearInputs, getInput, getKeyColumns, getNumberOfInputs, getOperatorInfo, getSemanticProperties, setInput, setInput, setInputs, setSemanticProperties
asArray, emptyClassArray, getBroadcastInputs, getUserCodeWrapper, setBroadcastVariable, setBroadcastVariables
createUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getMinResources, getName, getParallelism, getParameters, getPreferredResources, setName, setParallelism, setParameter, setParameter, setParameter, setResources, toString
public PlanUnwrappingSortedReduceGroupOperator(GroupReduceFunction<IN,OUT> udf, Keys.SelectorFunctionKeys<IN,K1> groupingKey, Keys.SelectorFunctionKeys<IN,K2> sortingKey, String name, TypeInformation<OUT> outType, TypeInformation<Tuple3<K1,K2,IN>> typeInfoWithKey, boolean combinable)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.