public static final class SumAggregationFunction.LongSumAgg extends SumAggregationFunction<Long>
SumAggregationFunction.ByteSumAgg, SumAggregationFunction.ByteValueSumAgg, SumAggregationFunction.DoubleSumAgg, SumAggregationFunction.DoubleValueSumAgg, SumAggregationFunction.FloatSumAgg, SumAggregationFunction.FloatValueSumAgg, SumAggregationFunction.IntSumAgg, SumAggregationFunction.IntValueSumAgg, SumAggregationFunction.LongSumAgg, SumAggregationFunction.LongValueSumAgg, SumAggregationFunction.ShortSumAgg, SumAggregationFunction.ShortValueSumAgg, SumAggregationFunction.SumAggregationFunctionFactory| Constructor and Description |
|---|
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 © 2014–2016 The Apache Software Foundation. All rights reserved.