elasticsearch/docs/reference/esql/functions/grouping-functions.asciidoc

18 lines
525 B
Text
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

[[esql-group-functions]]
==== {esql} grouping functions
++++
<titleabbrev>Grouping functions</titleabbrev>
++++
The <<esql-stats-by>> command supports these grouping functions:
// tag::group_list[]
* <<esql-bucket>>
* experimental:[] <<esql-categorize>> NOTE: Requires a https://www.elastic.co/subscriptions[platinum license].
// end::group_list[]
include::layout/bucket.asciidoc[]
NOTE: The `CATEGORIZE` function requires a https://www.elastic.co/subscriptions[platinum license].
include::layout/categorize.asciidoc[]