Skip to main content

Module state

Module state 

Source
Expand description

In-memory metadata storage for the coordinator.

Structs§

CatalogState
The in-memory representation of the Catalog. This struct is not directly used to persist metadata to persistent storage. For persistent metadata see mz_catalog::durable::DurableCatalogState.

Enums§

LocalExpressionCache 🔒
Keeps track of what expressions are cached or not during startup. It’s also used during catalog transactions to avoid re-optimizing CREATE VIEW / CREATE MAT VIEW statements when going back and forth between durable catalog operations and in-memory catalog operations.

Functions§

skip_temp_items 🔒