| Class | Description |
|---|---|
| CatalogCalciteSchema |
A mapping between Flink's catalog and Calcite's schema.
|
| CatalogManagerCalciteSchema |
Bridge between the
CatalogManager and the Schema. |
| CatalogSchemaTable |
Represents a wrapper for
CatalogBaseTable in Schema. |
| FlinkSchema |
Base class for flink
Schema, which provides some default implementations. |
| FunctionCatalogOperatorTable |
Thin adapter between
SqlOperatorTable and FunctionCatalog. |
| QueryOperationCatalogViewTable |
A bridge between a Flink's specific
QueryOperationCatalogView and a Calcite's RelOptTable. |
| SqlCatalogViewTable |
A bridge between a Flink's specific
CatalogView and a Calcite's RelOptTable. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.