mito2::cache

Type Alias SstMetaCache

Source
type SstMetaCache = Cache<SstMetaKey, Arc<ParquetMetaData>>;
Expand description

Maps (region id, file id) to [ParquetMetaData].

Aliased Typeยง

struct SstMetaCache { /* private fields */ }