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 |
---|
ByteSumAgg() |
Modifier and Type | Method and Description |
---|---|
void |
aggregate(Byte value) |
Byte |
getAggregate() |
void |
initializeAggregate() |
toString
public 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 © 2014–2015 The Apache Software Foundation. All rights reserved.