public class PlanUnwrappingReduceGroupOperator<IN,OUT,K> extends org.apache.flink.api.common.operators.base.GroupReduceOperatorBase<Tuple2<K,IN>,OUT,org.apache.flink.api.common.functions.GroupReduceFunction<Tuple2<K,IN>,OUT>>
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanUnwrappingReduceGroupOperator.TupleUnwrappingGroupCombinableGroupReducer<IN,OUT,K> |
static class |
PlanUnwrappingReduceGroupOperator.TupleUnwrappingNonCombinableGroupReducer<IN,OUT,K> |
| Constructor and Description |
|---|
PlanUnwrappingReduceGroupOperator(org.apache.flink.api.common.functions.GroupReduceFunction<IN,OUT> udf,
Keys.SelectorFunctionKeys<IN,K> key,
String name,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outType,
org.apache.flink.api.common.typeinfo.TypeInformation<Tuple2<K,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 PlanUnwrappingReduceGroupOperator(org.apache.flink.api.common.functions.GroupReduceFunction<IN,OUT> udf, Keys.SelectorFunctionKeys<IN,K> key, String name, org.apache.flink.api.common.typeinfo.TypeInformation<OUT> outType, org.apache.flink.api.common.typeinfo.TypeInformation<Tuple2<K,IN>> typeInfoWithKey, boolean combinable)
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.