public static final class SumAggregationFunction.LongSumAgg extends SumAggregationFunction<Long>
SumAggregationFunction.ByteSumAgg, SumAggregationFunction.DoubleSumAgg, SumAggregationFunction.FloatSumAgg, SumAggregationFunction.IntSumAgg, SumAggregationFunction.LongSumAgg, SumAggregationFunction.ShortSumAgg, SumAggregationFunction.SumAggregationFunctionFactory| Constructor and Description |
|---|
SumAggregationFunction.LongSumAgg() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(Long value) |
Long |
getAggregate() |
void |
initializeAggregate() |
toStringpublic void initializeAggregate()
initializeAggregate in class AggregationFunction<Long>public void aggregate(Long value)
aggregate in class AggregationFunction<Long>public Long getAggregate()
getAggregate in class AggregationFunction<Long>Copyright © 2015 The Apache Software Foundation. All rights reserved.