Module tidb_query_aggr::impl_max_min [−][src]
Structs
| AggFnExtremum | The MAX/MIN aggregate functions. |
| AggFnExtremumForBytes | |
| AggFnExtremumForEnum | |
| AggFnExtremumForInt | |
| AggFnExtremumForSet | TODO: we need to reduce the code duplicate for Enum/Set/Bytes/Sized. |
| AggFnStateExtremum | The state of the MAX/MIN aggregate function. |
| AggFnStateExtremum4Bytes | |
| AggFnStateExtremumForEnum | |
| AggFnStateExtremumForInt | |
| AggFnStateExtremumForSet | |
| AggrFnDefinitionParserExtremum | The parser for |
| Max | |
| Min |
Traits
| Extremum | A trait for MAX/MIN aggregation functions |