| Package | Description |
|---|---|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
ReduceExpressionsRule.CalcReduceExpressionsRule
Rule that reduces constants inside a
Calc. |
static class |
ReduceExpressionsRule.FilterReduceExpressionsRule
Rule that reduces constants inside a
Filter. |
static class |
ReduceExpressionsRule.JoinReduceExpressionsRule
Rule that reduces constants inside a
Join. |
static class |
ReduceExpressionsRule.ProjectReduceExpressionsRule
Rule that reduces constants inside a
Project. |
| Modifier and Type | Field and Description |
|---|---|
static ReduceExpressionsRule |
ReduceExpressionsRule.CALC_INSTANCE
Singleton rule that reduces constants inside a
LogicalCalc. |
static ReduceExpressionsRule |
ReduceExpressionsRule.FILTER_INSTANCE
Singleton rule that reduces constants inside a
LogicalFilter. |
static ReduceExpressionsRule |
ReduceExpressionsRule.JOIN_INSTANCE
Singleton rule that reduces constants inside a
Join. |
static ReduceExpressionsRule |
ReduceExpressionsRule.PROJECT_INSTANCE
Singleton rule that reduces constants inside a
LogicalProject. |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.