| Package | Description |
|---|---|
| org.apache.calcite.sql |
Provides a SQL parser and object model.
|
| org.apache.calcite.sql.fun |
Defines the set of standard SQL row-level functions and
operators.
|
| org.apache.calcite.sql.pretty |
Provides a pretty-printer for SQL statements.
|
| org.apache.calcite.sql.util |
Utility classes for the SQL object model, parsing, and validation.
|
| org.apache.calcite.sql.validate |
SQL validation.
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| Class and Description |
|---|
| SqlBasicVisitor.ArgHandler
Argument handler.
|
| SqlString
String that represents a kocher SQL statement, expression, or fragment.
|
| SqlVisitor
Visitor class, follows the
visitor pattern. |
| Class and Description |
|---|
| ReflectiveSqlOperatorTable
ReflectiveSqlOperatorTable implements the
SqlOperatorTable interface
by reflecting the public fields of a subclass. |
| Class and Description |
|---|
| SqlString
String that represents a kocher SQL statement, expression, or fragment.
|
| Class and Description |
|---|
| SqlBasicVisitor
Basic implementation of
SqlVisitor which does nothing at each node. |
| SqlBasicVisitor.ArgHandler
Argument handler.
|
| SqlBuilder
Extension to
StringBuilder for the purposes of creating SQL queries
and expressions. |
| SqlString
String that represents a kocher SQL statement, expression, or fragment.
|
| SqlVisitor
Visitor class, follows the
visitor pattern. |
| Class and Description |
|---|
| SqlBasicVisitor
Basic implementation of
SqlVisitor which does nothing at each node. |
| SqlShuttle
Basic implementation of
SqlVisitor which returns each leaf node
unchanged. |
| SqlVisitor
Visitor class, follows the
visitor pattern. |
| Class and Description |
|---|
| SqlVisitor
Visitor class, follows the
visitor pattern. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.