Structs§
- TopN
Cache - Cache for
ManagedTopNState
. - TopN
Staging - Used to build diff between before and after applying an input chunk, for
TopNCache
(of one group). It should be maintained when an entry is inserted or deleted from themiddle
cache.
Constants§
Traits§
- Append
Only TopN Cache Trait - Similar to
TopNCacheTrait
, but for append-only TopN. - TopN
Cache Trait - This trait is used as a bound. It is needed since
TopNCache::<true>::f
andTopNCache::<false>::f
don’t implyTopNCache::<WITH_TIES>::f
.