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.

Functions§

skip_temp_items 🔒