Uses of Class
org.apache.flink.streaming.api.functions.aggregation.AggregationFunction.AggregationType
-
Packages that use AggregationFunction.AggregationType Package Description org.apache.flink.streaming.api.functions.aggregation -
-
Uses of AggregationFunction.AggregationType in org.apache.flink.streaming.api.functions.aggregation
Methods in org.apache.flink.streaming.api.functions.aggregation that return AggregationFunction.AggregationType Modifier and Type Method Description static AggregationFunction.AggregationTypeAggregationFunction.AggregationType. valueOf(String name)Returns 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.AggregationType Modifier and Type Method Description static ComparatorComparator. getForAggregation(AggregationFunction.AggregationType type)Constructors in org.apache.flink.streaming.api.functions.aggregation with parameters of type AggregationFunction.AggregationType Constructor Description ComparableAggregator(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)
-