public final class HiveSortPullUpConstantsRule extends Object
This rule is only applied on SortLimit operators that are not the root of the plan tree. This is done because the interaction of this rule with the AST conversion may cause some optimizations to not kick in e.g. SimpleFetchOptimizer. Nevertheless, this will not have any performance impact in the resulting plans.
public static final org.apache.hadoop.hive.ql.optimizer.calcite.rules.HiveSortPullUpConstantsRule.HiveSortPullUpConstantsRuleBase<HiveSortLimit> SORT_LIMIT_INSTANCE
public static final org.apache.hadoop.hive.ql.optimizer.calcite.rules.HiveSortPullUpConstantsRule.HiveSortExchangePullUpConstantsRule SORT_EXCHANGE_INSTANCE
Copyright © 2024 The Apache Software Foundation. All rights reserved.