Module top_n

Source

Re-exportsยง

pub use group_top_n::GroupTopNExecutor;
pub use group_top_n_appendonly::AppendOnlyGroupTopNExecutor;
pub use top_n_appendonly::AppendOnlyTopNExecutor;
pub use top_n_plain::TopNExecutor;

Modulesยง

group_top_n ๐Ÿ”’
group_top_n_appendonly ๐Ÿ”’
top_n_appendonly ๐Ÿ”’
top_n_cache ๐Ÿ”’
top_n_plain ๐Ÿ”’
top_n_state ๐Ÿ”’
utils ๐Ÿ”’
Wrapper and helper functions to help implement crate::executor::Executor for TopN variants