Uses of Class
org.apache.flink.table.planner.plan.rules.logical.ImmutableFlinkBushyJoinReorderRule.Config
Packages that use ImmutableFlinkBushyJoinReorderRule.Config
-
Uses of ImmutableFlinkBushyJoinReorderRule.Config in org.apache.flink.table.planner.plan.rules.logical
Methods in org.apache.flink.table.planner.plan.rules.logical that return ImmutableFlinkBushyJoinReorderRule.ConfigModifier and TypeMethodDescriptionImmutableFlinkBushyJoinReorderRule.Config.Builder.build()Builds a newConfig.ImmutableFlinkBushyJoinReorderRule.Config.copyOf(FlinkBushyJoinReorderRule.Config instance) Creates an immutable copy of aFlinkBushyJoinReorderRule.Configvalue.ImmutableFlinkBushyJoinReorderRule.Config.withDescription(String value) Copy the current immutable object by setting a value for thedescriptionattribute.ImmutableFlinkBushyJoinReorderRule.Config.withOperandSupplier(org.apache.calcite.plan.RelRule.OperandTransform value) Copy the current immutable object by setting a value for theoperandSupplierattribute.ImmutableFlinkBushyJoinReorderRule.Config.withRelBuilderFactory(org.apache.calcite.tools.RelBuilderFactory value) Copy the current immutable object by setting a value for therelBuilderFactoryattribute.