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