org.apache.flink.api.CoGroupedStreams.Where.EqualTo
class EqualTo(keySelector2: KeySelector[T2, KEY]) A co-group operation that 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
Concise view
Type members
@PublicEvolving
A co-group operation that has KeySelectors defined for both inputs as well as a WindowAssigner.
A co-group operation that has KeySelectors defined for both inputs as well as a WindowAssigner.
Attributes
- W
Type of { @link Window} on which the co-group operation works.
- Graph
- Supertypes
class Object
trait Matchable
class Any
Value members
@PublicEvolving
Specifies the window on which the co-group operation works.
Specifies the window on which the co-group operation works.
Attributes