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§
- Group
Key - The trait for abstracting over a Row-like type.
- TopN
Executor Base
Functions§
- create_
cache_ key_ serde - serialize_
pk_ to_ cache_ key - For a given pk (Row), it can be split into
order_keyandadditional_pkaccording toorder_by_len, and the two split parts are serialized separately.