| Package | Description |
|---|---|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| org.apache.calcite.rel |
Defines relational expressions.
|
| org.apache.calcite.rel.logical |
Defines logical relational expressions.
|
| Modifier and Type | Method and Description |
|---|---|
RelNode |
CalciteMaterializer.RelNullShuttle.visit(LogicalSort sort) |
| Modifier and Type | Method and Description |
|---|---|
RelNode |
RelHomogeneousShuttle.visit(LogicalSort sort) |
RelNode |
RelShuttleImpl.visit(LogicalSort sort) |
RelNode |
RelShuttle.visit(LogicalSort sort) |
| Modifier and Type | Method and Description |
|---|---|
static LogicalSort |
LogicalSort.create(RelNode input,
RelCollation collation,
RexNode offset,
RexNode fetch)
Creates a LogicalSort.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.