@Internal public class PlanUnwrappingSortedGroupCombineOperator<IN,OUT,K1,K2> extends GroupCombineOperatorBase<Tuple3<K1,K2,IN>,OUT,GroupCombineFunction<Tuple3<K1,K2,IN>,OUT>>
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanUnwrappingSortedGroupCombineOperator.TupleUnwrappingGroupReducer<IN,OUT,K1,K2> |
inputbroadcastInputs, userFunctioncompilerHints, name, operatorInfo, parameters| Constructor and Description |
|---|
PlanUnwrappingSortedGroupCombineOperator(GroupCombineFunction<IN,OUT> udf,
Keys.SelectorFunctionKeys<IN,K1> groupingKey,
Keys.SelectorFunctionKeys<IN,K2> sortingKey,
String name,
TypeInformation<OUT> outType,
TypeInformation<Tuple3<K1,K2,IN>> typeInfoWithKey) |
executeOnCollections, getGroupOrder, setGroupOrderaccept, addInput, addInput, clearInputs, getInput, getKeyColumns, getNumberOfInputs, getOperatorInfo, getSemanticProperties, setInput, setInput, setInputs, setSemanticPropertiesasArray, emptyClassArray, getBroadcastInputs, getUserCodeWrapper, setBroadcastVariable, setBroadcastVariablescreateUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getName, getParallelism, getParameters, setName, setParallelism, setParameter, setParameter, setParameter, toStringpublic PlanUnwrappingSortedGroupCombineOperator(GroupCombineFunction<IN,OUT> udf, Keys.SelectorFunctionKeys<IN,K1> groupingKey, Keys.SelectorFunctionKeys<IN,K2> sortingKey, String name, TypeInformation<OUT> outType, TypeInformation<Tuple3<K1,K2,IN>> typeInfoWithKey)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.