Crate mz_catalog_protos

Source
Expand description

All types we durably persist in the Catalog.

Modules§

audit_log
This module is responsible for serializing objects from the mz_audit_log crate into protobuf.
objects
objects_v67
objects_v68
objects_v69
objects_v70
objects_v71
objects_v72
objects_v73
objects_v74
objects_v75
objects_v76
objects_v77
objects_v78
serialization
This module is responsible for serializing objects from crates other than mz_catalog into protobuf.

Constants§

CATALOG_VERSION
The current version of the Catalog.
MIN_CATALOG_VERSION
The minimum Catalog version number that we support migrating from.