| Package | Description |
|---|---|
| org.apache.flink.streaming.api.functions.aggregation |
| Modifier and Type | Method and Description |
|---|---|
static AggregationFunction.AggregationType |
AggregationFunction.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator |
Comparator.getForAggregation(AggregationFunction.AggregationType type) |
| Constructor and 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) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.