2024-04-26 00:38:12 +08:00
|
|
|
[[esql-group-functions]]
|
|
|
|
==== {esql} grouping functions
|
|
|
|
|
|
|
|
++++
|
|
|
|
<titleabbrev>Grouping functions</titleabbrev>
|
|
|
|
++++
|
|
|
|
|
|
|
|
The <<esql-stats-by>> command supports these grouping functions:
|
|
|
|
|
|
|
|
// tag::group_list[]
|
|
|
|
* <<esql-bucket>>
|
2024-12-02 23:41:02 +08:00
|
|
|
* experimental:[] <<esql-categorize>>
|
2024-04-26 00:38:12 +08:00
|
|
|
// end::group_list[]
|
|
|
|
|
|
|
|
include::layout/bucket.asciidoc[]
|
2024-12-02 23:41:02 +08:00
|
|
|
include::layout/categorize.asciidoc[]
|