Uses of Class
org.apache.flink.table.planner.plan.rules.logical.ImmutableWindowPropertiesRuleConfig
Packages that use ImmutableWindowPropertiesRuleConfig
-
Uses of ImmutableWindowPropertiesRuleConfig in org.apache.flink.table.planner.plan.rules.logical
Methods in org.apache.flink.table.planner.plan.rules.logical that return ImmutableWindowPropertiesRuleConfigModifier and TypeMethodDescriptionImmutableWindowPropertiesRuleConfig.Builder.build()Builds a newImmutableWindowPropertiesRuleConfig.ImmutableWindowPropertiesRuleConfig.copyOf(WindowPropertiesRules.WindowPropertiesRule.WindowPropertiesRuleConfig instance) Creates an immutable copy of aWindowPropertiesRules.WindowPropertiesRule.WindowPropertiesRuleConfigvalue.ImmutableWindowPropertiesRuleConfig.withDescription(String value) Copy the current immutable object by setting a value for thedescriptionattribute.ImmutableWindowPropertiesRuleConfig.withOperandSupplier(org.apache.calcite.plan.RelRule.OperandTransform value) Copy the current immutable object by setting a value for theoperandSupplierattribute.ImmutableWindowPropertiesRuleConfig.withRelBuilderFactory(org.apache.calcite.tools.RelBuilderFactory value) Copy the current immutable object by setting a value for therelBuilderFactoryattribute.