Interface | Description |
---|---|
AggregationFunctionFactory |
Interface of factory for creating
AggregationFunction . |
Class | Description |
---|---|
AggregationFunction<T> | |
MaxAggregationFunction<T extends Comparable<T>> |
Implementation of
AggregationFunction for max operation. |
MaxAggregationFunction.MaxAggregationFunctionFactory |
Factory for
MaxAggregationFunction . |
MinAggregationFunction<T extends Comparable<T>> |
Implementations of
AggregationFunction for min operation. |
MinAggregationFunction.MinAggregationFunctionFactory |
Factory for
MinAggregationFunction . |
SumAggregationFunction<T> |
Definitions of sum functions for different numerical types.
|
SumAggregationFunction.SumAggregationFunctionFactory |
Factory for
SumAggregationFunction . |
Enum | Description |
---|---|
Aggregations | Deprecated
All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a
future Flink major version.
|
Exception | Description |
---|---|
UnsupportedAggregationTypeException | Deprecated
All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a
future Flink major version.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.