@Internal public class PlanUnwrappingReduceOperator<T,K> extends ReduceOperatorBase<Tuple2<K,T>,ReduceFunction<Tuple2<K,T>>>
ReduceOperatorBase.CombineHint
input
broadcastInputs, userFunction
compilerHints, 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, setCustomPartitioner
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 PlanUnwrappingReduceOperator(ReduceFunction<T> udf, Keys.SelectorFunctionKeys<T,K> key, String name, TypeInformation<T> type, TypeInformation<Tuple2<K,T>> typeInfoWithKey)
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.