mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 02:13:33 -04:00
Make the dependency checker for query plans take into account binary plans and make sure that fields required from the left hand side are actually obtained from there (and analogously for the right).
11 lines
388 B
Text
Generated
11 lines
388 B
Text
Generated
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
|
|
|
*Description*
|
|
|
|
Groups text messages into categories of similarly formatted text values.
|
|
|
|
`CATEGORIZE` has the following limitations:
|
|
|
|
* can't be used within other expressions
|
|
* can't be used with multiple groupings
|
|
* can't be used or referenced within aggregate functions
|