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 - top_
n_ ๐appendonly - top_
n_ ๐cache - top_
n_ ๐plain - top_
n_ ๐state - utils ๐Wrapper and helper functions to help implement
crate::executor::Executor
forTopN
variants