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