org.apache.flinkx.api.JoinedStreams.Where.EqualTo
class EqualTo(
keySelector2:
KeySelector[
T2,
KEY])
A join operation that has a KeySelector defined for the first and the second input.
A window can now be specified using window.
Attributes
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
Members list
A join operation that has KeySelectors defined for both inputs as well as a WindowAssigner.
A join operation that has KeySelectors defined for both inputs as well as a WindowAssigner.
Type parameters
-
W
-
Type of {@@linkWindow} on which the join operation works.
Attributes
-
Supertypes
-
class Object
trait Matchable
class Any
Specifies the window on which the join operation works.
Specifies the window on which the join operation works.
Attributes