Skip to content

Commit 5449d95

Browse files
authored
ES|QL categorize tech preview -> GA (#129398)
1 parent 8555c16 commit 5449d95

File tree

4 files changed

+2
-9
lines changed

4 files changed

+2
-9
lines changed

docs/reference/query-languages/esql/_snippets/functions/layout/categorize.md

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
* [`BUCKET`](../../functions-operators/grouping-functions.md#esql-bucket)
2-
* [preview] [`CATEGORIZE`](../../functions-operators/grouping-functions.md#esql-categorize)
2+
* [`CATEGORIZE`](../../functions-operators/grouping-functions.md#esql-categorize)

docs/reference/query-languages/esql/kibana/definition/functions/categorize.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/grouping/Categorize.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ public class Categorize extends GroupingFunction.NonEvaluatableGroupingFunction
6363
tag = "docsCategorize",
6464
description = "This example categorizes server logs messages into categories and aggregates their counts. "
6565
) },
66-
preview = true,
6766
type = FunctionType.GROUPING
6867
)
6968
public Categorize(

0 commit comments

Comments
 (0)