public static final class SumAggregationFunction.FloatValueSumAgg extends SumAggregationFunction<org.apache.flink.types.FloatValue>
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 |
|---|
FloatValueSumAgg() |
| Modifier and Type | Method and Description |
|---|---|
void |
aggregate(org.apache.flink.types.FloatValue value) |
org.apache.flink.types.FloatValue |
getAggregate() |
void |
initializeAggregate() |
toStringpublic void initializeAggregate()
initializeAggregate in class AggregationFunction<org.apache.flink.types.FloatValue>public void aggregate(org.apache.flink.types.FloatValue value)
aggregate in class AggregationFunction<org.apache.flink.types.FloatValue>public org.apache.flink.types.FloatValue getAggregate()
getAggregate in class AggregationFunction<org.apache.flink.types.FloatValue>Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.