Package | Description |
---|---|
org.apache.flink.api.java | |
org.apache.flink.api.java.operators |
Modifier and Type | Method and Description |
---|---|
DistinctOperator<T> |
DataSet.distinct()
Deprecated.
Returns a distinct set of a
DataSet . |
DistinctOperator<T> |
DataSet.distinct(int... fields)
Deprecated.
|
<K> DistinctOperator<T> |
DataSet.distinct(KeySelector<T,K> keyExtractor)
Deprecated.
Returns a distinct set of a
DataSet using a KeySelector function. |
DistinctOperator<T> |
DataSet.distinct(String... fields)
Deprecated.
Returns a distinct set of a
DataSet using expression keys. |
Modifier and Type | Method and Description |
---|---|
DistinctOperator<T> |
DistinctOperator.setCombineHint(ReduceOperatorBase.CombineHint strategy)
Deprecated.
Sets the strategy to use for the combine phase of the reduce.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.