EqualTo

org.apache.flink.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

Concise view

Type members

Classlikes

class WithWindow[W <: Window](windowAssigner: WindowAssigner[_ >: TaggedUnion[T1, T2], W], trigger: Trigger[_ >: TaggedUnion[T1, T2], _ >: W], evictor: Evictor[_ >: TaggedUnion[T1, T2], _ >: W], val allowedLateness: Time)

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.

Attributes

W

Type of { @link Window} on which the join operation works.

Graph
Supertypes
class Object
trait Matchable
class Any

Value members

Concrete methods

@PublicEvolving
def window[W <: Window](assigner: WindowAssigner[_ >: TaggedUnion[T1, T2], W]): WithWindow[W]

Specifies the window on which the join operation works.

Specifies the window on which the join operation works.

Attributes