IntervalJoin
org.apache.flinkx.api.KeyedStream.IntervalJoin
@PublicEvolving
class IntervalJoin[IN1, IN2, KEY](val streamOne: KeyedStream[IN1, KEY], val streamTwo: KeyedStream[IN2, KEY])
Perform a join over a time interval.
Type parameters
- IN1
-
The type parameter of the elements in the first streams
- IN2
-
The type parameter of the elements in the second stream
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article