Class MaxAggregationFunction<T extends Comparable<T>>
- java.lang.Object
-
- org.apache.flink.api.java.aggregation.AggregationFunction<T>
-
- org.apache.flink.api.java.aggregation.MaxAggregationFunction<T>
-
- All Implemented Interfaces:
Serializable
@Internal public abstract class MaxAggregationFunction<T extends Comparable<T>> extends AggregationFunction<T>
Implementation ofAggregationFunctionfor max operation.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMaxAggregationFunction.MaxAggregationFunctionFactoryFactory forMaxAggregationFunction.
-
Constructor Summary
Constructors Constructor Description MaxAggregationFunction()
-
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
-
-