Module tidb_query_executors::simple_aggr_executor[][src]

Simple aggregation is an aggregation that do not have GROUP BYs. It is more even more simpler than stream aggregation.

Structs

BatchSimpleAggregationExecutor
SimpleAggregationImpl