See: Description
| Interface | Description |
|---|---|
| Prepare.CatalogReader |
Interface by which validator and planner can read table metadata.
|
| Prepare.PreparedResult | |
| Prepare.PreparingTable |
Definition of a table, for the purposes of the validator and planner.
|
| Class | Description |
|---|---|
| CalciteCatalogReader |
Implementation of
Prepare.CatalogReader
and also SqlOperatorTable based on tables and
functions defined schemas. |
| CalcitePrepareImpl |
Shit just got real.
|
| PlannerImpl |
Implementation of
Planner. |
| Prepare |
Abstract base for classes that implement
the process of preparing and executing SQL expressions.
|
| Prepare.Materialization |
Describes that a given SQL query is materialized by a given table.
|
| Prepare.PreparedExplain |
PreparedExplanation is a PreparedResult for an EXPLAIN PLAN statement.
|
| Prepare.PreparedResultImpl |
Abstract implementation of
Prepare.PreparedResult. |
| RelOptTableImpl |
Implementation of
RelOptTable. |
Copyright © 2012–2015 The Apache Software Foundation. All rights reserved.