Module mz_catalog::memory
source · Expand description
This module is responsible for the in-memory state of the catalog contents.
Modules§
- 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.