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