AbstractCatalog |
Abstract class for catalogs.
|
AbstractCatalogStore |
The AbstractCatalogStore class is an abstract base class for implementing a catalog store.
|
AbstractCatalogTable |
An abstract catalog table.
|
AbstractCatalogView |
An abstract catalog view.
|
CatalogChange.CatalogCommentChange |
A catalog change to modify the comment.
|
CatalogChange.CatalogConfigurationChange |
A catalog change to modify the catalog configuration.
|
CatalogDatabaseImpl |
|
CatalogDescriptor |
Describes a Catalog with the catalog name and configuration.
|
CatalogFunctionImpl |
A catalog function implementation.
|
CatalogManager |
A manager for dealing with catalog objects such as tables, views, functions, and types.
|
CatalogManager.Builder |
|
CatalogMaterializedTable.Builder |
|
CatalogPartitionImpl |
A catalog partition implementation.
|
CatalogPartitionSpec |
Represents a partition spec object in catalog.
|
CatalogPropertiesUtil |
Utilities for de/serializing Catalog objects into a map of string properties.
|
CatalogStoreHolder |
|
CatalogStoreHolder.Builder |
|
CatalogTable.Builder |
Builder for configuring and creating instances of CatalogTable .
|
CatalogTableImpl |
Deprecated.
|
CatalogViewImpl |
Deprecated.
|
Column |
|
Column.ComputedColumn |
Representation of a computed column.
|
Column.MetadataColumn |
Representation of a metadata column.
|
Column.PhysicalColumn |
Representation of a physical column.
|
CommonCatalogOptions |
A collection of ConfigOption which are consistently used in multiple catalogs.
|
ConnectorCatalogTable<T1,T2> |
|
ContextResolvedFunction |
This class contains information about a function and its relationship with a Catalog , if
any.
|
ContextResolvedModel |
This class contains information about a model 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.
|
DefaultCatalogMaterializedTable |
|
DefaultCatalogModel |
A catalog model implementation.
|
DefaultCatalogTable |
|
DefaultResolvedCatalogModel |
A validated CatalogModel that is backed by the original metadata coming from the Catalog but resolved by the framework.
|
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 |
|
FileCatalogStoreFactoryOptions |
|
FunctionCatalog |
|
FunctionCatalog.InlineCatalogFunction |
The CatalogFunction which holds an instantiated UDF.
|
GenericInMemoryCatalog |
A generic catalog implementation that holds all meta objects in memory.
|
GenericInMemoryCatalogFactory |
|
GenericInMemoryCatalogFactoryOptions |
|
GenericInMemoryCatalogStore |
A generic catalog store implementation that store all catalog configuration in memory.
|
GenericInMemoryCatalogStoreFactory |
|
GenericInMemoryCatalogStoreFactoryOptions |
|
IntervalFreshness |
|
ManagedTableListener |
Deprecated.
|
ObjectIdentifier |
Identifies an object in a catalog.
|
ObjectPath |
A database name and object (table/view/function) name combo in a catalog.
|
QueryOperationCatalogView |
|
ResolvedCatalogMaterializedTable |
|
ResolvedCatalogTable |
A validated CatalogTable that is backed by the original metadata coming from the Catalog but resolved by the framework.
|
ResolvedCatalogView |
A validated CatalogView that is backed by the original metadata coming from the Catalog but resolved by the framework.
|
ResolvedSchema |
Schema of a table or view consisting of columns, constraints, and watermark specifications.
|
SchemaTranslator |
Utility to derive a physical DataType , Schema , and projections for sinks and
sources.
|
SchemaTranslator.ConsumingResult |
|
SchemaTranslator.ProducingResult |
|
TableChange.AddColumn |
A table change to add a column.
|
TableChange.AddDistribution |
A table change to add a distribution.
|
TableChange.AddUniqueConstraint |
A table change to add a unique constraint.
|
TableChange.AddWatermark |
A table change to add a watermark.
|
TableChange.After |
Column position AFTER means the specified column should be put after the given `column`.
|
TableChange.DropColumn |
A table change to drop the column.
|
TableChange.DropConstraint |
A table change to drop the constraints.
|
TableChange.DropDistribution |
A table change to drop a table's distribution.
|
TableChange.DropWatermark |
A table change to drop the watermark.
|
TableChange.First |
Column position FIRST means the specified column should be the first column.
|
TableChange.ModifyColumn |
A base schema change to modify a column.
|
TableChange.ModifyColumnComment |
A table change to modify the column comment.
|
TableChange.ModifyColumnName |
A table change to modify the column name.
|
TableChange.ModifyColumnPosition |
A table change to modify the column position.
|
TableChange.ModifyDistribution |
A table change to modify a distribution.
|
TableChange.ModifyPhysicalColumnType |
A table change that modify the physical column data type.
|
TableChange.ModifyRefreshHandler |
A table change to modify materialized table refresh handler.
|
TableChange.ModifyRefreshStatus |
A table change to modify materialized table refresh status.
|
TableChange.ModifyUniqueConstraint |
A table change to modify a unique constraint.
|
TableChange.ModifyWatermark |
A table change to modify the watermark.
|
TableChange.ResetOption |
A table change to reset the table option.
|
TableChange.SetOption |
A table change to set the table option.
|
TableDistribution |
Defines whether the given table is distributed across buckets using a specified algorithm and
given columns.
|
UniqueConstraint |
A unique key constraint.
|
UnresolvedIdentifier |
Identifier of an object, such as table, view, function or type in a catalog.
|
WatermarkSpec |
|