Module catalog

Source
Expand description

Definitions of catalog structs.

The main struct is root_catalog::Catalog, which is the root containing other catalog structs. It is accessed via catalog_service::CatalogReader and catalog_service::CatalogWriter, which is held by crate::session::FrontendEnv.

Re-exportsยง

pub use index_catalog::IndexCatalog;
pub use table_catalog::TableCatalog;

Modulesยง

catalog_service ๐Ÿ”’
connection_catalog ๐Ÿ”’
database_catalog ๐Ÿ”’
function_catalog ๐Ÿ”’
index_catalog ๐Ÿ”’
purify
root_catalog ๐Ÿ”’
schema_catalog ๐Ÿ”’
secret_catalog ๐Ÿ”’
source_catalog ๐Ÿ”’
subscription_catalog ๐Ÿ”’
system_catalog ๐Ÿ”’
table_catalog ๐Ÿ”’
view_catalog ๐Ÿ”’

Enumsยง

CatalogError

Traitsยง

OwnedByUserCatalog
A trait for the catalog with owners, including relations (table, index, sink, etc.) and function, connection.

Functionsยง

check_column_name_not_reserved
Check if the column name does not conflict with the internally reserved column name.
check_schema_writable
Check if modifications happen to system catalog.

Type Aliasesยง

CatalogResult
ColumnId ๐Ÿ”’
ConnectionId ๐Ÿ”’
DatabaseId ๐Ÿ”’
FragmentId ๐Ÿ”’
SchemaId ๐Ÿ”’
SecretId ๐Ÿ”’
SinkId ๐Ÿ”’
SourceId ๐Ÿ”’
SubscriptionId ๐Ÿ”’
TableId ๐Ÿ”’
ViewId ๐Ÿ”’