| AbstractCatalog |
Abstract class for catalogs.
|
| AbstractCatalogStore |
The AbstractCatalogStore class is an abstract base class for implementing a catalog store.
|
| CatalogChange.CatalogCommentChange |
A catalog change to modify the comment.
|
| CatalogChange.CatalogConfigurationChange |
A catalog change to modify the catalog configuration.
|
| CatalogDescriptor |
Describes a Catalog with the catalog name and configuration.
|
| CatalogMaterializedTable.Builder |
|
| 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.
|
| 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.
|
| DefaultCatalogMaterializedTable |
|
| DefaultCatalogModel |
A catalog model implementation.
|
| DefaultCatalogTable |
|
| DefaultIndex |
Represents a basic implementation of an Index for a table.
|
| DefaultResolvedCatalogModel |
A validated CatalogModel that is backed by the original metadata coming from the Catalog but resolved by the framework.
|
| IntervalFreshness |
|
| ModelChange.ResetOption |
A model change to reset the model option.
|
| ModelChange.SetOption |
A model change to set the model option.
|
| ObjectIdentifier |
Identifies an object in a catalog.
|
| ObjectPath |
A database name and object (table/view/function) name combo in a catalog.
|
| 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.
|
| 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.ModifyDefinitionQuery |
A table change to modify the definition query.
|
| 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 |
|