T - The type to be aggregated.@Internal public abstract class AggregationFunction<T> extends Object implements Serializable
| Constructor and Description | 
|---|
| AggregationFunction() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract void | aggregate(T value) | 
| abstract T | getAggregate() | 
| abstract void | initializeAggregate() | 
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.