| Package | Description |
|---|---|
| org.apache.calcite.prepare |
Preparation of queries (parsing, planning and implementation).
|
| org.apache.calcite.sql2rel |
Translates a SQL parse tree to relational expression.
|
| org.apache.calcite.tools |
Provides utility classes.
|
| Class and Description |
|---|
| SqlToRelConverter |
| Class and Description |
|---|
| DefaultValueFactory
DefaultValueFactory supplies default values for INSERT, UPDATE, and NEW.
|
| ReflectiveConvertletTable
Implementation of
SqlRexConvertletTable which uses reflection to call
any method of the form public RexNode convertXxx(ConvertletContext,
SqlNode) or public RexNode convertXxx(ConvertletContext,
SqlOperator, SqlCall). |
| RelFieldTrimmer
Transformer that walks over a tree of relational expressions, replacing each
RelNode with a 'slimmed down' relational expression that projects
only the columns required by its consumer. |
| RelFieldTrimmer.TrimResult
Result of an attempt to trim columns from a relational expression.
|
| RelStructuredTypeFlattener
RelStructuredTypeFlattener removes all structured types from a tree of
relational expressions.
|
| RelStructuredTypeFlattener.SelfFlatteningRel
Mix-in interface for relational expressions that know how to
flatten themselves.
|
| SqlNodeToRexConverter |
| SqlRexContext
Contains the context necessary for a
SqlRexConvertlet to convert a
SqlNode expression into a RexNode. |
| SqlRexConvertlet |
| SqlRexConvertletTable
Collection of
SqlRexConvertlets. |
| SqlToRelConverter |
| SqlToRelConverter.AggConverter
Converts expressions to aggregates.
|
| SqlToRelConverter.Blackboard
Workspace for translating an individual SELECT statement (or sub-SELECT).
|
| StandardConvertletTable
Standard implementation of
SqlRexConvertletTable. |
| SubqueryConverter
SubqueryConverter provides the interface for classes that convert subqueries
into equivalent expressions.
|
| Class and Description |
|---|
| SqlRexConvertletTable
Collection of
SqlRexConvertlets. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.