| Interface | Description |
|---|---|
| CatalogRegistry |
A catalog registry for dealing with catalogs.
|
| FunctionLookup |
Catalog of functions that can resolve the name of a function to a
ContextResolvedFunction. |
| 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. |
| CatalogPartitionImpl |
A catalog partition implementation.
|
| 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. |
| ContextResolvedFunction |
This class contains information about a function and its relationship with a
Catalog, if
any. |
| ContextResolvedProcedure |
This class contains information about a procedure and its relationship with a
Catalog. |
| ContextResolvedTable |
This class contains information about a table, its
ResolvedSchema, its options and its
relationship with a Catalog, if any. |
| ExternalCatalogTable |
Helper
CatalogTable for representing a table that is backed by some inline connector
(i.e. |
| FileCatalogStore |
A
CatalogStore that stores all catalog configuration to a directory. |
| FileCatalogStoreFactory |
Catalog store factory for
FileCatalogStore. |
| FileCatalogStoreFactoryOptions |
ConfigOptions for FileCatalogStoreFactory. |
| FunctionCatalog |
Simple function catalog to store
FunctionDefinitions in catalogs. |
| FunctionCatalog.InlineCatalogFunction |
The CatalogFunction which holds an instantiated UDF.
|
| GenericInMemoryCatalog |
A generic catalog implementation that holds all meta objects in memory.
|
| GenericInMemoryCatalogFactory |
Catalog factory for
GenericInMemoryCatalog. |
| GenericInMemoryCatalogFactoryOptions |
ConfigOptions for GenericInMemoryCatalog. |
| GenericInMemoryCatalogStore |
A generic catalog store implementation that store all catalog configuration in memory.
|
| GenericInMemoryCatalogStoreFactory |
Catalog store factory for
GenericInMemoryCatalogStore. |
| GenericInMemoryCatalogStoreFactoryOptions |
ConfigOptions for GenericInMemoryCatalogStore. |
| ManagedTableListener | Deprecated
This interface will be removed soon.
|
| QueryOperationCatalogView |
A view created from a
QueryOperation via operations on Table. |
| SchemaTranslator |
Utility to derive a physical
DataType, Schema, and projections for sinks and
sources. |
| SchemaTranslator.ConsumingResult | |
| SchemaTranslator.ProducingResult |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.