Uses of Interface
org.apache.calcite.tools.RelBuilder.Config
Packages that use RelBuilder.Config
Package
Description
-
Uses of RelBuilder.Config in org.apache.calcite.sql2rel
Methods in org.apache.calcite.sql2rel that return types with arguments of type RelBuilder.ConfigModifier and TypeMethodDescriptionSqlToRelConverter.Config.getRelBuilderConfigTransform()Returns a function that takes aRelBuilder.Configand returns another.Method parameters in org.apache.calcite.sql2rel with type arguments of type RelBuilder.ConfigModifier and TypeMethodDescriptiondefault SqlToRelConverter.ConfigSqlToRelConverter.Config.addRelBuilderConfigTransform(UnaryOperator<RelBuilder.Config> transform) Adds a transform toSqlToRelConverter.Config.getRelBuilderConfigTransform().SqlToRelConverter.Config.withRelBuilderConfigTransform(UnaryOperator<RelBuilder.Config> transform) -
Uses of RelBuilder.Config in org.apache.calcite.tools
Fields in org.apache.calcite.tools declared as RelBuilder.ConfigModifier and TypeFieldDescriptionstatic final RelBuilder.ConfigRelBuilder.Config.DEFAULTDefault configuration.Methods in org.apache.calcite.tools that return RelBuilder.ConfigModifier and TypeMethodDescriptionRelBuilder.Config.withAggregateUnique(boolean aggregateUnique) SetsaggregateUnique().RelBuilder.Config.withBloat(int bloat) Setsbloat().RelBuilder.Config.withDedupAggregateCalls(boolean dedupAggregateCalls) SetsdedupAggregateCalls().RelBuilder.Config.withPruneInputOfAggregate(boolean pruneInputOfAggregate) SetspruneInputOfAggregate().RelBuilder.Config.withPushJoinCondition(boolean pushJoinCondition) SetspushJoinCondition().RelBuilder.Config.withSimplify(boolean simplify) Setssimplify().RelBuilder.Config.withSimplifyLimit(boolean simplifyLimit) SetssimplifyLimit().RelBuilder.Config.withSimplifyValues(boolean simplifyValues) SetssimplifyValues().Method parameters in org.apache.calcite.tools with type arguments of type RelBuilder.ConfigModifier and TypeMethodDescriptionRelBuilder.transform(UnaryOperator<RelBuilder.Config> transform) Creates a copy of this RelBuilder, with the same state as this, applying a transform to the config. -
Uses of RelBuilder.Config in org.apache.flink.table.planner.calcite
Fields in org.apache.flink.table.planner.calcite declared as RelBuilder.ConfigModifier and TypeFieldDescriptionstatic final RelBuilder.ConfigFlinkRelBuilder.FLINK_REL_BUILDER_CONFIGMethod parameters in org.apache.flink.table.planner.calcite with type arguments of type RelBuilder.ConfigModifier and TypeMethodDescriptionFlinkRelBuilder.transform(UnaryOperator<RelBuilder.Config> transform)