| Interface | Description |
|---|---|
| FunctionLookup |
Catalog of functions that can resolve the name of a function to a
FunctionLookup.Result. |
| Class | Description |
|---|---|
| AbstractCatalogTable |
An abstract catalog table.
|
| AbstractCatalogView |
An abstract catalog view.
|
| CatalogDatabaseImpl |
A implementation of
CatalogDatabase. |
| CatalogFunctionImpl |
A catalog function implementation.
|
| CatalogManager |
A CatalogManager that encapsulates all available catalogs.
|
| CatalogManager.TableLookupResult |
Result of a lookup for a table through
CatalogManager.getTable(ObjectIdentifier). |
| CatalogPartitionImpl |
A catalog partition implementation.
|
| CatalogTableBuilder |
A builder for creating a
CatalogTable. |
| CatalogTableImpl |
A catalog table implementation.
|
| CatalogViewImpl |
An implementation of catalog view.
|
| ConnectorCatalogTable<T1,T2> |
A
CatalogTable that wraps a TableSource and/or TableSink. |
| FunctionCatalog |
Simple function catalog to store
FunctionDefinitions in catalogs. |
| FunctionLookup.Result |
Result of a function lookup.
|
| GenericInMemoryCatalog |
A generic catalog implementation that holds all meta objects in memory.
|
| GenericInMemoryCatalogFactory |
Catalog factory for
GenericInMemoryCatalog. |
| QueryOperationCatalogView |
A view created from a
QueryOperation via operations on Table. |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.