2024-09-19 13:46:43 +08:00
|
|
|
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
|
|
|
|
|
|
|
*Description*
|
|
|
|
|
2024-12-02 23:41:02 +08:00
|
|
|
Groups text messages into categories of similarly formatted text values.
|
2024-12-04 16:53:21 +08:00
|
|
|
|
|
|
|
`CATEGORIZE` has the following limitations:
|
|
|
|
|
|
|
|
* can't be used within other expressions
|
|
|
|
* can't be used with multiple groupings
|
2024-12-13 18:38:53 +08:00
|
|
|
* can't be used or referenced within aggregate functions
|