Crate re_query

Source
Expand description

Caching datastructures for re_query.

Re-exports§

pub use self::clamped_zip::*;
pub use self::range_zip::*;

Modules§

clamped_zip
external
range_zip

Structs§

CacheStats
Stats for a single crate::RangeCache.
CachesStats
Stats for all primary caches.
ComponentNotFoundError
LatestAtResults
Results for a latest-at query.
QueryCache
QueryCacheHandle
A ref-counted, inner-mutable handle to a QueryCache.
QueryCacheKey
Uniquely identifies cached query results in the QueryCache.
RangeResults
Results for a range query.
StorageEngine
Keeps track of handles towards a ChunkStore and its QueryCache.
StorageEngineArcReadGuard
StorageEngineReadGuard
StorageEngineWriteGuard

Enums§

QueryError

Traits§

StorageEngineLike
Anything that can expose references to a ChunkStore and its QueryCache.

Type Aliases§

Result