Expand description
Wrapper and helper functions to help implement crate::executor::Executor
for TopN
variants
Structs§
- TopN
Executor Wrapper - The struct wraps a
TopNExecutorBase
Constants§
Traits§
Functions§
- create_
cache_ key_ serde - serialize_
pk_ to_ cache_ key - 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.