Package | Description |
---|---|
org.apache.flink.api.java.operators | |
org.apache.flink.api.java.operators.join |
Modifier and Type | Class and Description |
---|---|
class |
JoinOperator.JoinOperatorSets.JoinOperatorSetsPredicate
Intermediate step of a Join transformation.
|
Modifier and Type | Method and Description |
---|---|
JoinOperatorSetsBase.JoinOperatorSetsPredicateBase |
JoinOperatorSetsBase.where(int... fields)
Continues a Join transformation.
|
<K> JoinOperatorSetsBase.JoinOperatorSetsPredicateBase |
JoinOperatorSetsBase.where(KeySelector<I1,K> keySelector)
Continues a Join transformation and defines a
KeySelector function for the first join
DataSet . |
JoinOperatorSetsBase.JoinOperatorSetsPredicateBase |
JoinOperatorSetsBase.where(String... fields)
Continues a Join transformation.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.