public final class HiveReduceExpressionsRule extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.apache.calcite.plan.RelOptRule |
FILTER_INSTANCE
Singleton rule that reduces constants inside a
HiveFilter. |
static org.apache.calcite.plan.RelOptRule |
JOIN_INSTANCE
Singleton rule that reduces constants inside a
HiveJoin. |
static org.apache.calcite.plan.RelOptRule |
PROJECT_INSTANCE
Singleton rule that reduces constants inside a
HiveProject. |
static org.apache.calcite.plan.RelOptRule |
SEMIJOIN_INSTANCE
Singleton rule that reduces constants inside a
HiveSemiJoin. |
public static final org.apache.calcite.plan.RelOptRule FILTER_INSTANCE
HiveFilter.public static final org.apache.calcite.plan.RelOptRule PROJECT_INSTANCE
HiveProject.public static final org.apache.calcite.plan.RelOptRule JOIN_INSTANCE
HiveJoin.public static final org.apache.calcite.plan.RelOptRule SEMIJOIN_INSTANCE
HiveSemiJoin.Copyright © 2024 The Apache Software Foundation. All rights reserved.