- Type Parameters:
GROUP_KEY - type of group key
GROUP_VAL - type of group value
OUT - type of aggregate output
- All Implemented Interfaces:
- FlatMapFunc<scala.Tuple2<GROUP_KEY,Iterable<GROUP_VAL>>,RecordInfo<Object>>, Serializable
public class AggregatorAggregateFunction<GROUP_KEY,GROUP_VAL,OUT>
extends Object
implements FlatMapFunc<scala.Tuple2<GROUP_KEY,Iterable<GROUP_VAL>>,RecordInfo<Object>>
Function that uses a BatchAggregator to perform the aggregate part of the aggregator.
Non-serializable fields are lazily created since this is used in a Spark closure.
- See Also:
- Serialized Form