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,
TypeInformation<T> typeInfo,
AggregationFunction.AggregationType aggregationType,
boolean first,
ExecutionConfig config) |
ComparableAggregator(int positionToAggregate,
TypeInformation<T> typeInfo,
AggregationFunction.AggregationType aggregationType,
ExecutionConfig config) |
ComparableAggregator(String field,
TypeInformation<T> typeInfo,
AggregationFunction.AggregationType aggregationType,
boolean first,
ExecutionConfig config) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.