Uses of Class
org.apache.flink.table.planner.plan.nodes.exec.spec.JoinSpec
Packages that use JoinSpec
Package
Description
-
Uses of JoinSpec in org.apache.flink.table.planner.plan.nodes.exec.batch
Constructors in org.apache.flink.table.planner.plan.nodes.exec.batch with parameters of type JoinSpecModifierConstructorDescriptionBatchExecAdaptiveJoin(org.apache.flink.configuration.ReadableConfig tableConfig, JoinSpec joinSpec, int estimatedLeftAvgRowSize, int estimatedRightAvgRowSize, long estimatedLeftRowCount, long estimatedRightRowCount, boolean leftIsBuild, boolean tryDistinctBuildRow, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description, OperatorType originalJoin) BatchExecHashJoin(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, JoinSpec joinSpec, int estimatedLeftAvgRowSize, int estimatedRightAvgRowSize, long estimatedLeftRowCount, long estimatedRightRowCount, boolean isBroadcast, boolean leftIsBuild, boolean tryDistinctBuildRow, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description, boolean withJobStrategyHint) BatchExecHashJoin(org.apache.flink.configuration.ReadableConfig tableConfig, JoinSpec joinSpec, int estimatedLeftAvgRowSize, int estimatedRightAvgRowSize, long estimatedLeftRowCount, long estimatedRightRowCount, boolean isBroadcast, boolean leftIsBuild, boolean tryDistinctBuildRow, InputProperty leftInputProperty, InputProperty rightInputProperty, org.apache.flink.table.types.logical.RowType outputType, boolean withJobStrategyHint, String description) -
Uses of JoinSpec in org.apache.flink.table.planner.plan.nodes.exec.spec
Methods in org.apache.flink.table.planner.plan.nodes.exec.spec that return JoinSpecConstructors in org.apache.flink.table.planner.plan.nodes.exec.spec with parameters of type JoinSpecModifierConstructorDescriptionIntervalJoinSpec(JoinSpec joinSpec, IntervalJoinSpec.WindowBounds windowBounds) -
Uses of JoinSpec in org.apache.flink.table.planner.plan.nodes.exec.stream
Constructors in org.apache.flink.table.planner.plan.nodes.exec.stream with parameters of type JoinSpecModifierConstructorDescriptionStreamExecJoin(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, JoinSpec joinSpec, List<int[]> leftUpsertKeys, List<int[]> rightUpsertKeys, List<StateMetadata> stateMetadataList, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecJoin(org.apache.flink.configuration.ReadableConfig tableConfig, JoinSpec joinSpec, List<int[]> leftUpsertKeys, List<int[]> rightUpsertKeys, InputProperty leftInputProperty, InputProperty rightInputProperty, Map<Integer, Long> stateTtlFromHint, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecTemporalJoin(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, JoinSpec joinSpec, boolean isTemporalTableFunctionJoin, int leftTimeAttributeIndex, int rightTimeAttributeIndex, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecTemporalJoin(org.apache.flink.configuration.ReadableConfig tableConfig, JoinSpec joinSpec, boolean isTemporalTableFunctionJoin, int leftTimeAttributeIndex, int rightTimeAttributeIndex, InputProperty leftInputProperty, InputProperty rightInputProperty, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecWindowJoin(int id, ExecNodeContext context, org.apache.flink.configuration.ReadableConfig persistedConfig, JoinSpec joinSpec, WindowingStrategy leftWindowing, WindowingStrategy rightWindowing, List<InputProperty> inputProperties, org.apache.flink.table.types.logical.RowType outputType, String description) StreamExecWindowJoin(org.apache.flink.configuration.ReadableConfig tableConfig, JoinSpec joinSpec, WindowingStrategy leftWindowing, WindowingStrategy rightWindowing, InputProperty leftInputProperty, InputProperty rightInputProperty, org.apache.flink.table.types.logical.RowType outputType, String description)