| Package | Description |
|---|---|
| org.apache.flink.api.java.operators |
| Modifier and Type | Class and Description |
|---|---|
class |
SortedGrouping<T>
Deprecated.
All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a
future Flink major version. You can still build your application in DataSet, but you should
move to either the DataStream and/or Table API.
|
class |
UnsortedGrouping<T>
Deprecated.
All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a
future Flink major version. You can still build your application in DataSet, but you should
move to either the DataStream and/or Table API.
|
| Constructor and Description |
|---|
AggregateOperator(Grouping<IN> input,
Aggregations function,
int field,
String aggregateLocationName)
Deprecated.
Grouped aggregation.
|
GroupCombineOperator(Grouping<IN> input,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> resultType,
org.apache.flink.api.common.functions.GroupCombineFunction<IN,OUT> function,
String defaultName)
Deprecated.
Constructor for a grouped reduce.
|
GroupReduceOperator(Grouping<IN> input,
org.apache.flink.api.common.typeinfo.TypeInformation<OUT> resultType,
org.apache.flink.api.common.functions.GroupReduceFunction<IN,OUT> function,
String defaultName)
Deprecated.
Constructor for a grouped reduce.
|
ReduceOperator(Grouping<IN> input,
org.apache.flink.api.common.functions.ReduceFunction<IN> function,
String defaultName)
Deprecated.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.