| Package | Description |
|---|---|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| Modifier and Type | Field and Description |
|---|---|
static ValuesReduceRule |
ValuesReduceRule.FILTER_INSTANCE
Instance of this rule that applies to the pattern
Filter(Values).
|
static ValuesReduceRule |
ValuesReduceRule.PROJECT_FILTER_INSTANCE
Singleton instance of this rule that applies to the pattern
Project(Filter(Values)).
|
static ValuesReduceRule |
ValuesReduceRule.PROJECT_INSTANCE
Instance of this rule that applies to the pattern
Project(Values).
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.