| Package | Description |
|---|---|
| org.apache.calcite.rel |
Defines relational expressions.
|
| org.apache.calcite.rel.logical |
Defines logical relational expressions.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Modifier and Type | Method and Description |
|---|---|
RelNode |
RelShuttleImpl.visit(LogicalMinus minus) |
RelNode |
RelHomogeneousShuttle.visit(LogicalMinus minus) |
RelNode |
RelShuttle.visit(LogicalMinus minus) |
| Modifier and Type | Method and Description |
|---|---|
LogicalMinus |
LogicalMinus.copy(RelTraitSet traitSet,
List<RelNode> inputs,
boolean all) |
static LogicalMinus |
LogicalMinus.create(List<RelNode> inputs,
boolean all)
Creates a LogicalMinus.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RelStructuredTypeFlattener.rewriteRel(LogicalMinus rel) |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.