Browse Source

ESQL: Make WEIGHTED_AVG not preview (#117356) (#117362)

It's not PREVIEW.
Nik Everett 11 months ago
parent
commit
d95c003e61
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/esql/functions/aggregation-functions.asciidoc

+ 1 - 1
docs/reference/esql/functions/aggregation-functions.asciidoc

@@ -20,7 +20,7 @@ The <<esql-stats-by>> command supports these aggregate functions:
 * <<esql-sum>>
 * <<esql-top>>
 * <<esql-values>>
-* experimental:[] <<esql-weighted_avg>>
+* <<esql-weighted_avg>>
 // end::agg_list[]
 
 include::layout/avg.asciidoc[]