// SPDX-License-Identifier: BUSL-1.1
//! Control-Plane catalog for ND-array metadata.
//!
//! Persists schema digests for every array created via DDL, loaded at
//! server startup from the system catalog's `_system.arrays` table.
//! The Data Plane never touches this directly — dispatch handlers
//! consult the in-memory registry via the shared [`ArrayCatalogHandle`].
pub use ArrayCatalogEntry;
pub use ;