Uses of Enum
org.apache.flink.table.runtime.operators.join.FlinkJoinType
Packages that use FlinkJoinType
Package
Description
-
Uses of FlinkJoinType in org.apache.flink.table.runtime.operators.join
Methods in org.apache.flink.table.runtime.operators.join that return FlinkJoinTypeModifier and TypeMethodDescriptionstatic FlinkJoinTypeReturns 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 FlinkJoinTypeModifierConstructorDescriptionSortMergeJoinFunction(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.adaptive
Methods in org.apache.flink.table.runtime.operators.join.adaptive that return FlinkJoinTypeModifier and TypeMethodDescriptionAdaptiveJoin.getJoinType()Get the join type of the join operator.AdaptiveJoinOperatorFactory.getJoinType() -
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 FlinkJoinTypeModifierConstructorDescriptionProcTimeIntervalJoin(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.stream
Methods in org.apache.flink.table.runtime.operators.join.stream with parameters of type FlinkJoinTypeModifier and TypeMethodDescriptionMiniBatchStreamingJoinOperator.newMiniBatchStreamJoinOperator(FlinkJoinType joinType, InternalTypeInfo<org.apache.flink.table.data.RowData> leftType, InternalTypeInfo<org.apache.flink.table.data.RowData> rightType, GeneratedJoinCondition generatedJoinCondition, JoinInputSideSpec leftInputSideSpec, JoinInputSideSpec rightInputSideSpec, boolean leftIsOuter, boolean rightIsOuter, boolean[] filterNullKeys, long leftStateRetentionTime, long rightStateRetentionTime, CoBundleTrigger<org.apache.flink.table.data.RowData, org.apache.flink.table.data.RowData> coBundleTrigger) -
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 -
Uses of FlinkJoinType in org.apache.flink.table.runtime.operators.join.window.asyncprocessing
Constructors in org.apache.flink.table.runtime.operators.join.window.asyncprocessing with parameters of type FlinkJoinTypeModifierConstructorDescriptionAsyncStateWindowJoinOperator(org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> leftSerializer, org.apache.flink.api.common.typeutils.TypeSerializer<org.apache.flink.table.data.RowData> rightSerializer, GeneratedJoinCondition generatedJoinCondition, int leftWindowEndIndex, int rightWindowEndIndex, boolean[] filterNullKeys, ZoneId shiftTimeZone, FlinkJoinType joinType) -
Uses of FlinkJoinType in org.apache.flink.table.runtime.operators.join.window.utils
Constructors in org.apache.flink.table.runtime.operators.join.window.utils with parameters of type FlinkJoinTypeModifierConstructorDescriptionWindowJoinHelper(RowDataSerializer leftSerializer, RowDataSerializer rightSerializer, ZoneId shiftTimeZone, WindowTimerService<Long> windowTimerService, JoinConditionWithNullFilters joinCondition, org.apache.flink.streaming.api.operators.TimestampedCollector<org.apache.flink.table.data.RowData> collector, FlinkJoinType joinType)