type SstMetaCache = Cache<SstMetaKey, Arc<ParquetMetaData>>;
Expand description
Maps (region id, file id) to [ParquetMetaData].
Aliased Typeยง
struct SstMetaCache { /* private fields */ }
type SstMetaCache = Cache<SstMetaKey, Arc<ParquetMetaData>>;
Maps (region id, file id) to [ParquetMetaData].
struct SstMetaCache { /* private fields */ }