Expand description
Wrapper and helper functions to help implement crate::executor::Executor
for TopN
variants
Structs§
- The struct wraps a
TopNExecutorBase
Constants§
Traits§
Functions§
- For a given pk (Row), it can be split into
order_key
andadditional_pk
according toorder_by_len
, and the two split parts are serialized separately.
Type Aliases§
- See
CacheKey
.