| Package | Description |
|---|---|
| org.apache.calcite.rel |
Defines relational expressions.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RelHomogeneousShuttle
Visits all the relations in a homogeneous way: always redirects calls to
accept(RelNode). |
| Modifier and Type | Class and Description |
|---|---|
class |
DeduplicateCorrelateVariables
Rewrites relations to ensure the same correlation is referenced by the same
correlation variable.
|
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.