EqualTo
A co-group operation that a KeySelector defined for the first and the second input.
A window can now be specified using window.
class Object
trait Matchable
class Any
Type members
Classlikes
@PublicEvolving
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 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.
- Type parameters:
- W
Type of { @link Window} on which the co-group operation works.