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