T
@Internal public abstract class AggregationFunction<T> extends Object implements Serializable
AggregationFunction()
abstract void
aggregate(T value)
abstract T
getAggregate()
initializeAggregate()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AggregationFunction()
public abstract void initializeAggregate()
public abstract void aggregate(T value)
public abstract T getAggregate()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.