@NotThreadSafe public static final class ImmutablePushProjectIntoTableSourceScanRule.Config.Builder extends Object
Modifier and Type | Method and Description |
---|---|
ImmutablePushProjectIntoTableSourceScanRule.Config |
build()
Builds a new
Config . |
ImmutablePushProjectIntoTableSourceScanRule.Config.Builder |
description(String description)
Initializes the value for the
description attribute. |
ImmutablePushProjectIntoTableSourceScanRule.Config.Builder |
from(PushProjectIntoTableSourceScanRule.Config instance)
Fill a builder with attribute values from the provided
org.apache.flink.table.planner.plan.rules.logical.PushProjectIntoTableSourceScanRule.Config instance. |
ImmutablePushProjectIntoTableSourceScanRule.Config.Builder |
from(org.apache.calcite.plan.RelRule.Config instance)
Fill a builder with attribute values from the provided
org.apache.calcite.plan.RelRule.Config instance. |
ImmutablePushProjectIntoTableSourceScanRule.Config.Builder |
operandSupplier(org.apache.calcite.plan.RelRule.OperandTransform operandSupplier)
Initializes the value for the
operandSupplier attribute. |
ImmutablePushProjectIntoTableSourceScanRule.Config.Builder |
relBuilderFactory(org.apache.calcite.tools.RelBuilderFactory relBuilderFactory)
Initializes the value for the
relBuilderFactory attribute. |
@CanIgnoreReturnValue public final ImmutablePushProjectIntoTableSourceScanRule.Config.Builder from(org.apache.calcite.plan.RelRule.Config instance)
org.apache.calcite.plan.RelRule.Config
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutablePushProjectIntoTableSourceScanRule.Config.Builder from(PushProjectIntoTableSourceScanRule.Config instance)
org.apache.flink.table.planner.plan.rules.logical.PushProjectIntoTableSourceScanRule.Config
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutablePushProjectIntoTableSourceScanRule.Config.Builder relBuilderFactory(org.apache.calcite.tools.RelBuilderFactory relBuilderFactory)
relBuilderFactory
attribute.
If not set, this attribute will have a default value as returned by the initializer of relBuilderFactory
.
relBuilderFactory
- The value for relBuilderFactorythis
builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutablePushProjectIntoTableSourceScanRule.Config.Builder description(@Nullable String description)
description
attribute.description
- The value for description (can be null
)this
builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutablePushProjectIntoTableSourceScanRule.Config.Builder operandSupplier(org.apache.calcite.plan.RelRule.OperandTransform operandSupplier)
operandSupplier
attribute.
If not set, this attribute will have a default value as returned by the initializer of operandSupplier
.
operandSupplier
- The value for operandSupplierthis
builder for use in a chained invocationpublic ImmutablePushProjectIntoTableSourceScanRule.Config build()
Config
.IllegalStateException
- if any required attributes are missingCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.