| Package | Description |
|---|---|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| Modifier and Type | Field and Description |
|---|---|
static ProjectToWindowRule |
ProjectToWindowRule.INSTANCE
Instance of the rule that applies to a
Calc that contains
windowed aggregates and converts it into a mixture of
LogicalWindow and Calc. |
static ProjectToWindowRule |
ProjectToWindowRule.PROJECT
Instance of the rule that can be applied to a
Project and that produces, in turn,
a mixture of LogicalProject
and LogicalWindow. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.