Uses of Class
org.apache.flink.table.runtime.operators.join.interval.IntervalJoinFunction
Packages that use IntervalJoinFunction
-
Uses of IntervalJoinFunction in org.apache.flink.table.runtime.operators.join.interval
Constructors in org.apache.flink.table.runtime.operators.join.interval with parameters of type IntervalJoinFunctionModifierConstructorDescriptionProcTimeIntervalJoin(FlinkJoinType joinType, long leftLowerBound, long leftUpperBound, long minCleanUpInterval, InternalTypeInfo<org.apache.flink.table.data.RowData> leftType, InternalTypeInfo<org.apache.flink.table.data.RowData> rightType, IntervalJoinFunction genJoinFunc) RowTimeIntervalJoin(FlinkJoinType joinType, long leftLowerBound, long leftUpperBound, long allowedLateness, long minCleanUpInterval, InternalTypeInfo<org.apache.flink.table.data.RowData> leftType, InternalTypeInfo<org.apache.flink.table.data.RowData> rightType, IntervalJoinFunction joinFunc, int leftTimeIdx, int rightTimeIdx)