Skip to content

Commit 4bae963

Browse files
committed
ES|QL categorize tech preview -> GA
1 parent b3817cb commit 4bae963

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
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)

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)