Skip to content

Commit

Permalink
Update x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/…
Browse files Browse the repository at this point in the history
…expression/function/grouping/Categorize.java

Co-authored-by: Alexander Spies <[email protected]>
  • Loading branch information
jan-elastic and alex-spies committed Dec 4, 2024
1 parent e6988b1 commit 7cf41ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class Categorize extends GroupingFunction implements Validatable {
* can't be used within other expressions
* can't be used with multiple groupings
* can't be used or referenced within aggregations""",
* can't be used or referenced within aggregate functions""",
examples = {
@Example(
file = "docs",
Expand Down

0 comments on commit 7cf41ea

Please sign in to comment.