public class PlanUnwrappingSortedReduceGroupOperator<IN,OUT,K1,K2> extends org.apache.flink.api.common.operators.base.GroupReduceOperatorBase<Tuple3<K1,K2,IN>,OUT,org.apache.flink.api.common.functions.GroupReduceFunction<Tuple3<K1,K2,IN>,OUT>>
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanUnwrappingSortedReduceGroupOperator.TupleUnwrappingGroupCombinableGroupReducer<IN,OUT,K1,K2> |
static class |
PlanUnwrappingSortedReduceGroupOperator.TupleUnwrappingNonCombinableGroupReducer<IN,OUT,K1,K2> |
| Constructor and Description |
|---|
PlanUnwrappingSortedReduceGroupOperator(org.apache.flink.api.common.functions.GroupReduceFunction<IN,OUT> udf,
Keys.SelectorFunctionKeys<IN,K1> groupingKey,
Keys.SelectorFunctionKeys<IN,K2> sortingKey,
String name,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outType,
org.apache.flink.api.common.typeinfo.TypeInformation<Tuple3<K1,K2,IN>> typeInfoWithKey,
boolean combinable) |
executeOnCollections, getCustomPartitioner, getGroupOrder, isCombinable, setCombinable, setCustomPartitioner, setGroupOrderaccept, addInput, addInput, clearInputs, getInput, getKeyColumns, getNumberOfInputs, getOperatorInfo, getSemanticProperties, setInput, setInput, setInputs, setSemanticPropertiesasArray, emptyClassArray, getBroadcastInputs, getUserCodeWrapper, setBroadcastVariable, setBroadcastVariablescreateUnionCascade, createUnionCascade, createUnionCascade, getCompilerHints, getDegreeOfParallelism, getName, getParallelism, getParameters, setDegreeOfParallelism, setName, setParallelism, setParameter, setParameter, setParameter, toStringpublic PlanUnwrappingSortedReduceGroupOperator(org.apache.flink.api.common.functions.GroupReduceFunction<IN,OUT> udf, Keys.SelectorFunctionKeys<IN,K1> groupingKey, Keys.SelectorFunctionKeys<IN,K2> sortingKey, String name, org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outType, org.apache.flink.api.common.typeinfo.TypeInformation<Tuple3<K1,K2,IN>> typeInfoWithKey, boolean combinable)
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.