| Interface | Description |
|---|---|
| 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. |
| 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. |
| 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. |
| ManagedTableListener |
The listener for managed table operations.
|
| 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–2023 The Apache Software Foundation. All rights reserved.