| 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 manager for dealing with catalog objects such as tables, views, functions, and types.
|
| CatalogManager.Builder |
Builder for a fluent definition of a
CatalogManager. |
| 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 | Deprecated
Use
CatalogTable.of(Schema, String, List, Map) or a custom implementation
instead. |
| CatalogViewImpl | Deprecated
Use
CatalogView.of(Schema, String, String, String, Map) or a custom
implementation instead. |
| ConnectorCatalogTable<T1,T2> |
A
CatalogTable that wraps a TableSource and/or TableSink. |
| ExternalSchemaTranslator |
Utility to derive a physical
DataType, Schema, and projections when entering or
leaving the table ecosystem from and to other APIs where TypeInformation is required. |
| ExternalSchemaTranslator.InputResult | |
| ExternalSchemaTranslator.OutputResult | |
| FunctionCatalog |
Simple function catalog to store
FunctionDefinitions in catalogs. |
| FunctionCatalog.InlineCatalogFunction |
The CatalogFunction which holds a instantiated UDF.
|
| FunctionLookup.Result |
Result of a function lookup.
|
| GenericInMemoryCatalog |
A generic catalog implementation that holds all meta objects in memory.
|
| GenericInMemoryCatalogFactory |
Catalog factory for
GenericInMemoryCatalog. |
| GenericInMemoryCatalogFactoryOptions |
ConfigOptions for GenericInMemoryCatalog. |
| QueryOperationCatalogView |
A view created from a
QueryOperation via operations on Table. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.