@DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class,locations=FIELD) @DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class,locations=PARAMETER) @DefaultQualifier(value=org.checkerframework.checker.nullness.qual.NonNull.class,locations=RETURN)
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.AbstractPreparingTable |
Abstract implementation of
Prepare.PreparingTable with an implementation
for Prepare.AbstractPreparingTable.columnHasDefaultValue(org.apache.calcite.rel.type.RelDataType, int, org.apache.calcite.sql2rel.InitializerContext). |
| 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-2022 Apache Software Foundation. All Rights Reserved.