pub(crate) fn append_manifest_info(
mito: &MitoEngine,
region_id: RegionId,
manifest_infos: &mut Vec<(RegionId, RegionManifestInfo)>,
)
Expand description
Appends the given RegionId’s manifest info to the given list.
pub(crate) fn append_manifest_info(
mito: &MitoEngine,
region_id: RegionId,
manifest_infos: &mut Vec<(RegionId, RegionManifestInfo)>,
)
Appends the given RegionId’s manifest info to the given list.