public static final class MaxAggregationFunction.MutableMaxAgg<U extends Comparable<U> & ResettableValue<U> & CopyableValue<U>> extends MaxAggregationFunction<U>
MaxAggregationFunction.ImmutableMaxAgg<U extends Comparable<U>>, MaxAggregationFunction.MaxAggregationFunctionFactory, MaxAggregationFunction.MutableMaxAgg<U extends Comparable<U> & ResettableValue<U> & CopyableValue<U>>| Constructor and Description |
|---|
MaxAggregationFunction.MutableMaxAgg() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(U val) |
U |
getAggregate() |
void |
initializeAggregate() |
toStringpublic MaxAggregationFunction.MutableMaxAgg()
public void initializeAggregate()
initializeAggregate in class AggregationFunction<U extends Comparable<U> & ResettableValue<U> & CopyableValue<U>>public void aggregate(U val)
aggregate in class AggregationFunction<U extends Comparable<U> & ResettableValue<U> & CopyableValue<U>>public U getAggregate()
getAggregate in class AggregationFunction<U extends Comparable<U> & ResettableValue<U> & CopyableValue<U>>Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.