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 */ }type SelectorResultCache = Cache<SelectorResultKey, Arc<SelectorResultValue>>;Maps (file id, row group id, time series row selector) to SelectorResultValue.
struct SelectorResultCache { /* private fields */ }