Uses of Class
org.apache.flink.table.runtime.operators.join.FlinkJoinType
-
Packages that use FlinkJoinType Package Description org.apache.flink.table.runtime.operators.join org.apache.flink.table.runtime.operators.join.interval org.apache.flink.table.runtime.operators.join.window -
-
Uses of FlinkJoinType in org.apache.flink.table.runtime.operators.join
Methods in org.apache.flink.table.runtime.operators.join that return FlinkJoinType Modifier and Type Method Description static FlinkJoinTypeFlinkJoinType. valueOf(String name)Returns the enum constant of this type with the specified name.static FlinkJoinType[]FlinkJoinType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.table.runtime.operators.join with parameters of type FlinkJoinType Constructor Description SortMergeJoinFunction(double externalBufferMemRatio, FlinkJoinType type, boolean leftIsSmaller, int maxNumFileHandles, boolean compressionEnabled, int compressionBlockSize, boolean asyncMergeEnabled, GeneratedJoinCondition condFuncCode, GeneratedProjection projectionCode1, GeneratedProjection projectionCode2, GeneratedNormalizedKeyComputer computer1, GeneratedRecordComparator comparator1, GeneratedNormalizedKeyComputer computer2, GeneratedRecordComparator comparator2, GeneratedRecordComparator genKeyComparator, boolean[] filterNulls) -
Uses of FlinkJoinType in org.apache.flink.table.runtime.operators.join.interval
Constructors in org.apache.flink.table.runtime.operators.join.interval with parameters of type FlinkJoinType Constructor Description ProcTimeIntervalJoin(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) -
Uses of FlinkJoinType in org.apache.flink.table.runtime.operators.join.window
Methods in org.apache.flink.table.runtime.operators.join.window with parameters of type FlinkJoinType Modifier and Type Method Description WindowJoinOperatorBuilderWindowJoinOperatorBuilder. joinType(FlinkJoinType joinType)
-