public static final class SumAggregationFunction.IntSumAgg extends SumAggregationFunction<Integer>
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 |
---|
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–2017 The Apache Software Foundation. All rights reserved.