Uses of Class
org.apache.flink.table.planner.plan.rules.logical.ImmutableFlinkFilterIntoJoinRuleConfig
Packages that use ImmutableFlinkFilterIntoJoinRuleConfig
-
Uses of ImmutableFlinkFilterIntoJoinRuleConfig in org.apache.flink.table.planner.plan.rules.logical
Methods in org.apache.flink.table.planner.plan.rules.logical that return ImmutableFlinkFilterIntoJoinRuleConfigModifier and TypeMethodDescriptionImmutableFlinkFilterIntoJoinRuleConfig.Builder.build()Builds a newImmutableFlinkFilterIntoJoinRuleConfig.ImmutableFlinkFilterIntoJoinRuleConfig.copyOf(FlinkFilterJoinRule.FlinkFilterIntoJoinRule.FlinkFilterIntoJoinRuleConfig instance) Creates an immutable copy of aFlinkFilterJoinRule.FlinkFilterIntoJoinRule.FlinkFilterIntoJoinRuleConfigvalue.ImmutableFlinkFilterIntoJoinRuleConfig.of(FlinkFilterJoinRule.Predicate predicate) Construct a new immutableFlinkFilterIntoJoinRuleConfiginstance.ImmutableFlinkFilterIntoJoinRuleConfig.withDescription(String value) Copy the current immutable object by setting a value for thedescriptionattribute.ImmutableFlinkFilterIntoJoinRuleConfig.withOperandSupplier(org.apache.calcite.plan.RelRule.OperandTransform value) Copy the current immutable object by setting a value for theoperandSupplierattribute.ImmutableFlinkFilterIntoJoinRuleConfig.withPredicate(FlinkFilterJoinRule.Predicate value) Copy the current immutable object by setting a value for thepredicateattribute.ImmutableFlinkFilterIntoJoinRuleConfig.withRelBuilderFactory(org.apache.calcite.tools.RelBuilderFactory value) Copy the current immutable object by setting a value for therelBuilderFactoryattribute.ImmutableFlinkFilterIntoJoinRuleConfig.withSmart(boolean value) Copy the current immutable object by setting a value for thesmartattribute.