Class ImmutableConstantRankNumberColumnRemoveRule.ConstantRankNumberColumnRemoveRuleConfig.Builder
- java.lang.Object
-
- org.apache.flink.table.planner.plan.rules.logical.ImmutableConstantRankNumberColumnRemoveRule.ConstantRankNumberColumnRemoveRuleConfig.Builder
-
- Enclosing class:
- ImmutableConstantRankNumberColumnRemoveRule.ConstantRankNumberColumnRemoveRuleConfig
@NotThreadSafe public static final class ImmutableConstantRankNumberColumnRemoveRule.ConstantRankNumberColumnRemoveRuleConfig.Builder extends Object
Builds instances of typeConstantRankNumberColumnRemoveRuleConfig
. Initialize attributes and then invoke thebuild()
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.
-
-
Method Summary
-
-
-
Method Detail
-
from
@CanIgnoreReturnValue public final ImmutableConstantRankNumberColumnRemoveRule.ConstantRankNumberColumnRemoveRuleConfig.Builder from(org.apache.calcite.plan.RelRule.Config instance)
Fill a builder with attribute values from the providedorg.apache.calcite.plan.RelRule.Config
instance.- Parameters:
instance
- The instance from which to copy values- Returns:
this
builder for use in a chained invocation
-
from
@CanIgnoreReturnValue public final ImmutableConstantRankNumberColumnRemoveRule.ConstantRankNumberColumnRemoveRuleConfig.Builder from(ConstantRankNumberColumnRemoveRule.ConstantRankNumberColumnRemoveRuleConfig instance)
Fill a builder with attribute values from the providedorg.apache.flink.table.planner.plan.rules.logical.ConstantRankNumberColumnRemoveRule.ConstantRankNumberColumnRemoveRuleConfig
instance.- Parameters:
instance
- The instance from which to copy values- Returns:
this
builder for use in a chained invocation
-
relBuilderFactory
@CanIgnoreReturnValue public final ImmutableConstantRankNumberColumnRemoveRule.ConstantRankNumberColumnRemoveRuleConfig.Builder relBuilderFactory(org.apache.calcite.tools.RelBuilderFactory relBuilderFactory)
Initializes the value for therelBuilderFactory
attribute.If not set, this attribute will have a default value as returned by the initializer of
relBuilderFactory
.- Parameters:
relBuilderFactory
- The value for relBuilderFactory- Returns:
this
builder for use in a chained invocation
-
description
@CanIgnoreReturnValue public final ImmutableConstantRankNumberColumnRemoveRule.ConstantRankNumberColumnRemoveRuleConfig.Builder description(@Nullable String description)
Initializes the value for thedescription
attribute.- Parameters:
description
- The value for description (can benull
)- Returns:
this
builder for use in a chained invocation
-
operandSupplier
@CanIgnoreReturnValue public final ImmutableConstantRankNumberColumnRemoveRule.ConstantRankNumberColumnRemoveRuleConfig.Builder operandSupplier(org.apache.calcite.plan.RelRule.OperandTransform operandSupplier)
Initializes the value for theoperandSupplier
attribute.If not set, this attribute will have a default value as returned by the initializer of
operandSupplier
.- Parameters:
operandSupplier
- The value for operandSupplier- Returns:
this
builder for use in a chained invocation
-
build
public ImmutableConstantRankNumberColumnRemoveRule.ConstantRankNumberColumnRemoveRuleConfig build()
Builds a newConstantRankNumberColumnRemoveRuleConfig
.- Returns:
- An immutable instance of ConstantRankNumberColumnRemoveRuleConfig
- Throws:
IllegalStateException
- if any required attributes are missing
-
-