pub type GroupTopNExecutor<K, S, const WITH_TIES: bool> = TopNExecutorWrapper<InnerGroupTopNExecutor<K, S, WITH_TIES>>;Aliased Type§
pub struct GroupTopNExecutor<K, S, const WITH_TIES: bool> {
pub(super) input: Executor,
pub(super) ctx: Arc<ActorContext>,
pub(super) inner: InnerGroupTopNExecutor<K, S, WITH_TIES>,
}Fields§
§input: Executor§ctx: Arc<ActorContext>§inner: InnerGroupTopNExecutor<K, S, WITH_TIES>