Uses of Class
org.apache.flink.table.planner.plan.rules.logical.ImmutablePushProjectIntoTableSourceScanRule.Config.Builder
Packages that use ImmutablePushProjectIntoTableSourceScanRule.Config.Builder
-
Uses of ImmutablePushProjectIntoTableSourceScanRule.Config.Builder in org.apache.flink.table.planner.plan.rules.logical
Methods in org.apache.flink.table.planner.plan.rules.logical that return ImmutablePushProjectIntoTableSourceScanRule.Config.BuilderModifier and TypeMethodDescriptionImmutablePushProjectIntoTableSourceScanRule.Config.builder()Creates a builder forConfig.ImmutablePushProjectIntoTableSourceScanRule.Config.Builder.description(String description) Initializes the value for thedescriptionattribute.ImmutablePushProjectIntoTableSourceScanRule.Config.Builder.from(org.apache.calcite.plan.RelRule.Config instance) Fill a builder with attribute values from the providedorg.apache.calcite.plan.RelRule.Configinstance.ImmutablePushProjectIntoTableSourceScanRule.Config.Builder.from(PushProjectIntoTableSourceScanRule.Config instance) Fill a builder with attribute values from the providedorg.apache.flink.table.planner.plan.rules.logical.PushProjectIntoTableSourceScanRule.Configinstance.ImmutablePushProjectIntoTableSourceScanRule.Config.Builder.operandSupplier(org.apache.calcite.plan.RelRule.OperandTransform operandSupplier) Initializes the value for theoperandSupplierattribute.ImmutablePushProjectIntoTableSourceScanRule.Config.Builder.relBuilderFactory(org.apache.calcite.tools.RelBuilderFactory relBuilderFactory) Initializes the value for therelBuilderFactoryattribute.