@Internal public static final class AggregateOperator.AggregatingUdf<T extends Tuple> extends RichGroupReduceFunction<T,T> implements GroupCombineFunction<T,T>
| Constructor and Description |
|---|
AggregateOperator.AggregatingUdf(AggregationFunction<Object>[] aggFunctions,
int[] fieldPositions) |
| Modifier and Type | Method and Description |
|---|---|
void |
combine(Iterable<T> records,
Collector<T> out) |
void |
open(Configuration parameters) |
void |
reduce(Iterable<T> records,
Collector<T> out) |
close, getIterationRuntimeContext, getRuntimeContext, setRuntimeContextpublic AggregateOperator.AggregatingUdf(AggregationFunction<Object>[] aggFunctions, int[] fieldPositions)
public void open(Configuration parameters) throws Exception
open in interface RichFunctionopen in class AbstractRichFunctionExceptionCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.