Uses of Interface
org.apache.flink.table.runtime.generated.JoinCondition
Packages that use JoinCondition
Package
Description
-
Uses of JoinCondition in org.apache.flink.table.runtime.hashtable
Constructors in org.apache.flink.table.runtime.hashtable with parameters of type JoinConditionModifierConstructorDescriptionBinaryHashTable(Object owner, boolean compressionEnabled, int compressionBlockSize, AbstractRowDataSerializer buildSideSerializer, AbstractRowDataSerializer probeSideSerializer, Projection<org.apache.flink.table.data.RowData, org.apache.flink.table.data.binary.BinaryRowData> buildSideProjection, Projection<org.apache.flink.table.data.RowData, org.apache.flink.table.data.binary.BinaryRowData> probeSideProjection, org.apache.flink.runtime.memory.MemoryManager memManager, long reservedMemorySize, org.apache.flink.runtime.io.disk.iomanager.IOManager ioManager, int avgRecordLen, long buildRowCount, boolean useBloomFilters, HashJoinType type, JoinCondition condFunc, boolean reverseJoin, boolean[] filterNulls, boolean tryDistinctBuildRow) -
Uses of JoinCondition in org.apache.flink.table.runtime.operators.join
Classes in org.apache.flink.table.runtime.operators.join that implement JoinConditionModifier and TypeClassDescriptionclassUtility to take null filters into consideration when apply join condition.Constructors in org.apache.flink.table.runtime.operators.join with parameters of type JoinConditionModifierConstructorDescriptionJoinConditionWithNullFilters(JoinCondition backingJoinCondition, boolean[] filterNullKeys, org.apache.flink.streaming.api.operators.KeyContext keyContext) -
Uses of JoinCondition in org.apache.flink.table.runtime.operators.join.stream.utils
Methods in org.apache.flink.table.runtime.operators.join.stream.utils with parameters of type JoinConditionModifier and TypeMethodDescriptionstatic org.apache.flink.api.common.state.v2.StateFuture<AssociatedRecords>AssociatedRecords.fromAsyncStateView(org.apache.flink.table.data.RowData input, boolean inputIsLeft, JoinRecordAsyncStateView otherSideAsyncStateView, JoinCondition joinCondition) Creates anAssociatedRecordswhich represents the records associated to the input row.static AssociatedRecordsAssociatedRecords.fromSyncStateView(org.apache.flink.table.data.RowData input, boolean inputIsLeft, JoinRecordStateView otherSideStateView, JoinCondition condition) Creates anAssociatedRecordswhich represents the records associated to the input row.