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