Uses of Enum
org.apache.flink.streaming.api.functions.aggregation.AggregationFunction.AggregationType
Packages that use AggregationFunction.AggregationType
-
Uses of AggregationFunction.AggregationType in org.apache.flink.streaming.api.functions.aggregation
Methods in org.apache.flink.streaming.api.functions.aggregation that return AggregationFunction.AggregationTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static AggregationFunction.AggregationType[]AggregationFunction.AggregationType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.streaming.api.functions.aggregation with parameters of type AggregationFunction.AggregationTypeModifier and TypeMethodDescriptionstatic ComparatorComparator.getForAggregation(AggregationFunction.AggregationType type) Constructors in org.apache.flink.streaming.api.functions.aggregation with parameters of type AggregationFunction.AggregationTypeModifierConstructorDescriptionComparableAggregator(int positionToAggregate, org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo, AggregationFunction.AggregationType aggregationType, boolean first, org.apache.flink.api.common.ExecutionConfig config) ComparableAggregator(int positionToAggregate, org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo, AggregationFunction.AggregationType aggregationType, org.apache.flink.api.common.ExecutionConfig config) ComparableAggregator(String field, org.apache.flink.api.common.typeinfo.TypeInformation<T> typeInfo, AggregationFunction.AggregationType aggregationType, boolean first, org.apache.flink.api.common.ExecutionConfig config)