Uses of Class
org.apache.flink.table.planner.plan.rules.logical.ImmutableFlinkFilterJoinRuleConfig
Packages that use ImmutableFlinkFilterJoinRuleConfig
-
Uses of ImmutableFlinkFilterJoinRuleConfig in org.apache.flink.table.planner.plan.rules.logical
Methods in org.apache.flink.table.planner.plan.rules.logical that return ImmutableFlinkFilterJoinRuleConfigModifier and TypeMethodDescriptionImmutableFlinkFilterJoinRuleConfig.Builder.build()Builds a newImmutableFlinkFilterJoinRuleConfig.ImmutableFlinkFilterJoinRuleConfig.copyOf(FlinkFilterJoinRule.FlinkJoinConditionPushRule.FlinkFilterJoinRuleConfig instance) Creates an immutable copy of aFlinkFilterJoinRule.FlinkJoinConditionPushRule.FlinkFilterJoinRuleConfigvalue.ImmutableFlinkFilterJoinRuleConfig.of(FlinkFilterJoinRule.Predicate predicate) Construct a new immutableFlinkFilterJoinRuleConfiginstance.ImmutableFlinkFilterJoinRuleConfig.withDescription(String value) Copy the current immutable object by setting a value for thedescriptionattribute.ImmutableFlinkFilterJoinRuleConfig.withOperandSupplier(org.apache.calcite.plan.RelRule.OperandTransform value) Copy the current immutable object by setting a value for theoperandSupplierattribute.ImmutableFlinkFilterJoinRuleConfig.withPredicate(FlinkFilterJoinRule.Predicate value) Copy the current immutable object by setting a value for thepredicateattribute.ImmutableFlinkFilterJoinRuleConfig.withRelBuilderFactory(org.apache.calcite.tools.RelBuilderFactory value) Copy the current immutable object by setting a value for therelBuilderFactoryattribute.ImmutableFlinkFilterJoinRuleConfig.withSmart(boolean value) Copy the current immutable object by setting a value for thesmartattribute.