Structs§
- Cache for
ManagedTopNState
. - 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§
- Similar to
TopNCacheTrait
, but for append-only TopN. - This trait is used as a bound. It is needed since
TopNCache::<true>::f
andTopNCache::<false>::f
don’t implyTopNCache::<WITH_TIES>::f
.
Type Aliases§
CacheKey
is composed of(order_by, remaining columns of pk)
.