Class SumAggregationFunction<T>
- java.lang.Object
-
- org.apache.flink.api.java.aggregation.AggregationFunction<T>
-
- org.apache.flink.api.java.aggregation.SumAggregationFunction<T>
-
- Type Parameters:
T- type of elements being summed
- All Implemented Interfaces:
Serializable
@Internal public abstract class SumAggregationFunction<T> extends AggregationFunction<T>
Definitions of sum functions for different numerical types.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSumAggregationFunction.SumAggregationFunctionFactoryFactory forSumAggregationFunction.
-
Constructor Summary
Constructors Constructor Description SumAggregationFunction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()-
Methods inherited from class org.apache.flink.api.java.aggregation.AggregationFunction
aggregate, getAggregate, initializeAggregate
-
-