@NotThreadSafe public static final class ImmutableUncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig.Builder extends Object
UncollectToTableFunctionScanRuleConfig
.
Initialize attributes and then invoke the build()
method to create an
immutable instance.
Builder
is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
Modifier and Type | Method and Description |
---|---|
ImmutableUncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig |
build()
Builds a new
UncollectToTableFunctionScanRuleConfig . |
ImmutableUncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig.Builder |
description(String description)
Initializes the value for the
description attribute. |
ImmutableUncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig.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. |
ImmutableUncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig.Builder |
from(UncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig instance)
Fill a builder with attribute values from the provided
org.apache.flink.table.planner.plan.rules.logical.UncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig instance. |
ImmutableUncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig.Builder |
operandSupplier(org.apache.calcite.plan.RelRule.OperandTransform operandSupplier)
Initializes the value for the
operandSupplier attribute. |
ImmutableUncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig.Builder |
relBuilderFactory(org.apache.calcite.tools.RelBuilderFactory relBuilderFactory)
Initializes the value for the
relBuilderFactory attribute. |
@CanIgnoreReturnValue public final ImmutableUncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig.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 ImmutableUncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig.Builder from(UncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig instance)
org.apache.flink.table.planner.plan.rules.logical.UncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig
instance.instance
- The instance from which to copy valuesthis
builder for use in a chained invocation@CanIgnoreReturnValue public final ImmutableUncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig.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 ImmutableUncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig.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 ImmutableUncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig.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 ImmutableUncollectToTableFunctionScanRule.UncollectToTableFunctionScanRuleConfig build()
UncollectToTableFunctionScanRuleConfig
.IllegalStateException
- if any required attributes are missingCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.