Expand description
Caching datastructures for re_query
.
Re-exports§
pub use self::clamped_zip::*;
pub use self::range_zip::*;
Modules§
Structs§
- Stats for a single
crate::RangeCache
. - Stats for all primary caches.
- Results for a latest-at query.
- A ref-counted, inner-mutable handle to a
QueryCache
. - Uniquely identifies cached query results in the
QueryCache
. - Results for a range query.
- Keeps track of handles towards a [
ChunkStore
] and itsQueryCache
.
Enums§
Traits§
- Anything that can expose references to a [
ChunkStore
] and itsQueryCache
.