| Package | Description |
|---|---|
| org.apache.calcite.rel |
Defines relational expressions.
|
| org.apache.calcite.rel.logical |
Defines logical relational expressions.
|
| Modifier and Type | Method and Description |
|---|---|
RelNode |
RelShuttleImpl.visit(LogicalSort sort) |
RelNode |
RelHomogeneousShuttle.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–2015 The Apache Software Foundation. All rights reserved.