@Internal public class PlanUnwrappingReduceOperator<T,K> extends ReduceOperatorBase<Tuple2<K,T>,ReduceFunction<Tuple2<K,T>>>
| Modifier and Type | Class and Description |
|---|---|
static class |
PlanUnwrappingReduceOperator.ReduceWrapper<T,K> |
ReduceOperatorBase.CombineHintinputbroadcastInputs, userFunctioncompilerHints, name, operatorInfo, parameters| Constructor and Description |
|---|
PlanUnwrappingReduceOperator(ReduceFunction<T> udf,
Keys.SelectorFunctionKeys<T,K> key,
String name,
TypeInformation<T> type,
TypeInformation<Tuple2<K,T>> typeInfoWithKey) |
executeOnCollections, getCombineHint, getCustomPartitioner, setCombineHint, setCustomPartitioneraccept, 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 PlanUnwrappingReduceOperator(ReduceFunction<T> udf, Keys.SelectorFunctionKeys<T,K> key, String name, TypeInformation<T> type, TypeInformation<Tuple2<K,T>> typeInfoWithKey)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.