mz_catalog_debug

Function dump

Source
pub(crate) async fn dump(
    openable_state: Box<dyn OpenableDurableCatalogState>,
    ignore_large_collections: bool,
    ignore: HashSet<CollectionType>,
    stats_only: bool,
    consolidate: bool,
    target: impl Write,
) -> Result<(), Error>