| 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(LogicalExchange exchange) |
RelNode |
RelHomogeneousShuttle.visit(LogicalExchange exchange) |
RelNode |
RelShuttle.visit(LogicalExchange exchange) |
| Modifier and Type | Method and Description |
|---|---|
static LogicalExchange |
LogicalExchange.create(RelNode input,
RelDistribution distribution)
Creates a LogicalExchange.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.