public class HalfUnfinishedKeyPairOperation<L,R,O> extends Object
Constructor and Description |
---|
HalfUnfinishedKeyPairOperation(UnfinishedKeyPairOperation<L,R,O> unfinished,
Keys<L> leftKey) |
Modifier and Type | Method and Description |
---|---|
<K> O |
equalTo(scala.Function1<R,K> fun,
TypeInformation<K> evidence$2)
Specify the key selector function for the right side of the key based operation.
|
O |
equalTo(scala.collection.Seq<Object> rightKeys)
Specify the key fields for the right side of the key based operation.
|
O |
equalTo(String firstRightField,
scala.collection.Seq<String> otherRightFields)
Specify the key fields for the right side of the key based operation.
|
public O equalTo(scala.collection.Seq<Object> rightKeys)
This only works on a Tuple DataSet
.
public O equalTo(String firstRightField, scala.collection.Seq<String> otherRightFields)
public <K> O equalTo(scala.Function1<R,K> fun, TypeInformation<K> evidence$2)
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.