Module mz_catalog::memory::objects
source · Expand description
The current types used by the in-memory Catalog. Many of the objects in this module are
extremely similar to the objects found in crate::durable::objects
but in a format that is
easier consumed by higher layers.
Structs§
- A
CatalogEntry
that is associated with a specific “collection” of data. A single item in the catalog may be associated with multiple “collections”. - A single update to the catalog state.
- Information needed to process an update to a temporary item.
Enums§
- Valid diffs for catalog state updates.
- The contents of a single state update.
Traits§
- Used to update
self
from the input value while consuming the input value.