mito2::cache

Type Alias SelectorResultCache

Source
type SelectorResultCache = Cache<SelectorResultKey, Arc<SelectorResultValue>>;
Expand description

Maps (file id, row group id, time series row selector) to SelectorResultValue.

Aliased Typeยง

struct SelectorResultCache { /* private fields */ }