| Package | Description |
|---|---|
| org.apache.calcite.rel.logical |
Defines logical relational expressions.
|
| org.apache.calcite.rel.rules |
Provides a core set of planner rules.
|
| Modifier and Type | Method and Description |
|---|---|
LogicalWindow |
LogicalWindow.copy(RelTraitSet traitSet,
List<RelNode> inputs) |
static LogicalWindow |
LogicalWindow.create(RelTraitSet traitSet,
RelNode input,
List<RexLiteral> constants,
RelDataType rowType,
List<Window.Group> groups)
Creates a LogicalWindow.
|
| Modifier and Type | Method and Description |
|---|---|
private ImmutableBitSet |
ProjectWindowTransposeRule.findReference(LogicalProject project,
LogicalWindow window) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.