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