Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@
* [`AVG`](../../functions-operators/aggregation-functions/avg.md)
* [`COUNT`](../../functions-operators/aggregation-functions/count.md)
* [`COUNT_DISTINCT`](../../functions-operators/aggregation-functions/count_distinct.md)
* [`FIRST`](../../functions-operators/aggregation-functions/first.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`LAST`](../../functions-operators/aggregation-functions/last.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`MAX`](../../functions-operators/aggregation-functions/max.md)
* [`MEDIAN`](../../functions-operators/aggregation-functions/median.md)
* [`MEDIAN_ABSOLUTE_DEVIATION`](../../functions-operators/aggregation-functions/median_absolute_deviation.md)
* [`MIN`](../../functions-operators/aggregation-functions/min.md)
* [`PERCENTILE`](../../functions-operators/aggregation-functions/percentile.md)
* [`PRESENT`](../../functions-operators/aggregation-functions/present.md) {applies_to}`stack: ga 9.2`
* [`SAMPLE`](../../functions-operators/aggregation-functions/sample.md)
* [`SAMPLE`](../../functions-operators/aggregation-functions/sample.md) {applies_to}`stack: ga 9.1`
* [`ST_CENTROID_AGG`](../../functions-operators/aggregation-functions/st_centroid_agg.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`ST_EXTENT_AGG`](../../functions-operators/aggregation-functions/st_extent_agg.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`STD_DEV`](../../functions-operators/aggregation-functions/std_dev.md)
Expand All @@ -17,5 +19,3 @@
* [`VALUES`](../../functions-operators/aggregation-functions/values.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`VARIANCE`](../../functions-operators/aggregation-functions/variance.md)
* [`WEIGHTED_AVG`](../../functions-operators/aggregation-functions/weighted_avg.md)
* [`FIRST`](../../functions-operators/aggregation-functions/first.md)
* [`LAST`](../../functions-operators/aggregation-functions/last.md)
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* [`DATE_FORMAT`](../../functions-operators/date-time-functions/date_format.md)
* [`DATE_PARSE`](../../functions-operators/date-time-functions/date_parse.md)
* [`DATE_TRUNC`](../../functions-operators/date-time-functions/date_trunc.md)
* [`DAY_NAME`](../../functions-operators/date-time-functions/day_name.md)
* [`MONTH_NAME`](../../functions-operators/date-time-functions/month_name.md)
* [`DAY_NAME`](../../functions-operators/date-time-functions/day_name.md) {applies_to}`stack: ga 9.2`
* [`MONTH_NAME`](../../functions-operators/date-time-functions/month_name.md) {applies_to}`stack: ga 9.2`
* [`NOW`](../../functions-operators/date-time-functions/now.md)
* [`TRANGE`](../../functions-operators/date-time-functions/trange.md)
* [`TRANGE`](../../functions-operators/date-time-functions/trange.md) {applies_to}`stack: ga 9.3`
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
* Dense vector functions
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@carlosdelest can you confirm that these functions are properly tagged in the changes to this list?

Also want to make sure those features are GA on serverless before merging this PR. Thanks!

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks correct @leemthompo ! Yep, those features are GA on serverless. 👍

Thanks for checking!

* [`KNN`](../../functions-operators/dense-vector-functions/knn.md) {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview`
* [`TEXT_EMBEDDING`](../../functions-operators/dense-vector-functions/text_embedding.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
* [`KNN`](../../functions-operators/dense-vector-functions/knn.md) {applies_to}`stack: preview 9.2` {applies_to}`stack: ga 9.4`
* [`TEXT_EMBEDDING`](../../functions-operators/dense-vector-functions/text_embedding.md) {applies_to}`stack: preview 9.3` {applies_to}`stack: ga 9.4`
* Vector similarity functions
* [`V_COSINE`](../../functions-operators/dense-vector-functions/v_cosine.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
* [`V_DOT_PRODUCT`](../../functions-operators/dense-vector-functions/v_dot_product.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
* [`V_HAMMING`](../../functions-operators/dense-vector-functions/v_hamming.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
* [`V_L1_NORM`](../../functions-operators/dense-vector-functions/v_l1_norm.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
* [`V_L2_NORM`](../../functions-operators/dense-vector-functions/v_l2_norm.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
* [`V_COSINE`](../../functions-operators/dense-vector-functions/v_cosine.md) {applies_to}`stack: preview 9.3` {applies_to}`stack: ga 9.4`
* [`V_DOT_PRODUCT`](../../functions-operators/dense-vector-functions/v_dot_product.md) {applies_to}`stack: preview 9.3` {applies_to}`stack: ga 9.4`
* [`V_HAMMING`](../../functions-operators/dense-vector-functions/v_hamming.md) {applies_to}`stack: preview 9.3` {applies_to}`stack: ga 9.4`
* [`V_L1_NORM`](../../functions-operators/dense-vector-functions/v_l1_norm.md) {applies_to}`stack: preview 9.3` {applies_to}`stack: ga 9.4`
* [`V_L2_NORM`](../../functions-operators/dense-vector-functions/v_l2_norm.md) {applies_to}`stack: preview 9.3` {applies_to}`stack: ga 9.4`
% * [`V_MAGNITUDE`](../../functions-operators/dense-vector-functions/v_magnitude.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* [`BUCKET`](../../functions-operators/grouping-functions/bucket.md)
* [`TBUCKET`](../../functions-operators/grouping-functions/tbucket.md)
* [`CATEGORIZE`](../../functions-operators/grouping-functions/categorize.md)
* [`CATEGORIZE`](../../functions-operators/grouping-functions/categorize.md) {applies_to}`stack: preview 9.0` {applies_to}`stack: ga 9.1`
* [`TBUCKET`](../../functions-operators/grouping-functions/tbucket.md) {applies_to}`stack: ga 9.2`
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* [`ATANH`](../../functions-operators/math-functions/atanh.md)
* [`CBRT`](../../functions-operators/math-functions/cbrt.md)
* [`CEIL`](../../functions-operators/math-functions/ceil.md)
* [`COPY_SIGN`](../../functions-operators/math-functions/copy_sign.md)
* [`COPY_SIGN`](../../functions-operators/math-functions/copy_sign.md) {applies_to}`stack: ga 9.1`
* [`COS`](../../functions-operators/math-functions/cos.md)
* [`COSH`](../../functions-operators/math-functions/cosh.md)
* [`E`](../../functions-operators/math-functions/e.md)
Expand All @@ -20,8 +20,8 @@
* [`PI`](../../functions-operators/math-functions/pi.md)
* [`POW`](../../functions-operators/math-functions/pow.md)
* [`ROUND`](../../functions-operators/math-functions/round.md)
* [`ROUND_TO`](../../functions-operators/math-functions/round_to.md)
* [`SCALB`](../../functions-operators/math-functions/scalb.md)
* [`ROUND_TO`](../../functions-operators/math-functions/round_to.md) {applies_to}`stack: preview 9.1` {applies_to}`serverless: preview`
* [`SCALB`](../../functions-operators/math-functions/scalb.md) {applies_to}`stack: ga 9.1`
* [`SIGNUM`](../../functions-operators/math-functions/signum.md)
* [`SIN`](../../functions-operators/math-functions/sin.md)
* [`SINH`](../../functions-operators/math-functions/sinh.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
* [`MV_APPEND`](../../functions-operators/mv-functions/mv_append.md)
* [`MV_AVG`](../../functions-operators/mv-functions/mv_avg.md)
* [`MV_CONCAT`](../../functions-operators/mv-functions/mv_concat.md)
* [`MV_CONTAINS`](../../functions-operators/mv-functions/mv_contains.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`MV_CONTAINS`](../../functions-operators/mv-functions/mv_contains.md) {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview`
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mjmbischoff can you confirm this list is now correct?

* [`MV_COUNT`](../../functions-operators/mv-functions/mv_count.md)
* [`MV_DEDUPE`](../../functions-operators/mv-functions/mv_dedupe.md)
* [`MV_FIRST`](../../functions-operators/mv-functions/mv_first.md)
* [`MV_INTERSECTION`](../../functions-operators/mv-functions/mv_intersection.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
* [`MV_INTERSECTS`](../../functions-operators/mv-functions/mv_intersects.md) {applies_to}`stack: preview 9.4` {applies_to}`serverless: preview`
* [`MV_INTERSECTS`](../../functions-operators/mv-functions/mv_intersects.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
* [`MV_LAST`](../../functions-operators/mv-functions/mv_last.md)
* [`MV_MAX`](../../functions-operators/mv-functions/mv_max.md)
* [`MV_MEDIAN`](../../functions-operators/mv-functions/mv_median.md)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
* [`CHANGE_POINT`](/reference/query-languages/esql/commands/change-point.md)
* [`COMPLETION`](/reference/query-languages/esql/commands/completion.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`CHANGE_POINT`](/reference/query-languages/esql/commands/change-point.md) {applies_to}`stack: preview 9.1` {applies_to}`stack: ga 9.2`
* [`COMPLETION`](/reference/query-languages/esql/commands/completion.md) {applies_to}`stack: preview 9.1` {applies_to}`stack: ga 9.3`
* [`DISSECT`](/reference/query-languages/esql/commands/dissect.md)
* [`DROP`](/reference/query-languages/esql/commands/drop.md)
* [`ENRICH`](/reference/query-languages/esql/commands/enrich.md)
* [`EVAL`](/reference/query-languages/esql/commands/eval.md)
* [`GROK`](/reference/query-languages/esql/commands/grok.md)
* [`FORK`](/reference/query-languages/esql/commands/fork.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`FUSE`](/reference/query-languages/esql/commands/fuse.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`FORK`](/reference/query-languages/esql/commands/fork.md) {applies_to}`stack: preview 9.1` {applies_to}`serverless: preview`
* [`FUSE`](/reference/query-languages/esql/commands/fuse.md) {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview`
* [`KEEP`](/reference/query-languages/esql/commands/keep.md)
* [`LIMIT`](/reference/query-languages/esql/commands/limit.md)
* [`LOOKUP JOIN`](/reference/query-languages/esql/commands/lookup-join.md)
* [`INLINE STATS`](/reference/query-languages/esql/commands/inlinestats-by.md)
* [`LOOKUP JOIN`](/reference/query-languages/esql/commands/lookup-join.md) {applies_to}`stack: preview 9.0` {applies_to}`stack: ga 9.1`
* [`INLINE STATS`](/reference/query-languages/esql/commands/inlinestats-by.md) {applies_to}`stack: preview 9.2` {applies_to}`stack: ga 9.3`
* [`MV_EXPAND`](/reference/query-languages/esql/commands/mv_expand.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
% * [`REGISTERED_DOMAIN`](/reference/query-languages/esql/commands/registered-domain.md) {applies_to}`stack: preview 9.4` {applies_to}`serverless: preview`
* [`RENAME`](/reference/query-languages/esql/commands/rename.md)
* [`RERANK`](/reference/query-languages/esql/commands/rerank.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`SAMPLE`](/reference/query-languages/esql/commands/sample.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`RERANK`](/reference/query-languages/esql/commands/rerank.md) {applies_to}`stack: preview 9.2` {applies_to}`stack: ga 9.4`
* [`SAMPLE`](/reference/query-languages/esql/commands/sample.md) {applies_to}`stack: preview 9.1` {applies_to}`serverless: preview`
* [`SORT`](/reference/query-languages/esql/commands/sort.md)
* [`STATS`](/reference/query-languages/esql/commands/stats-by.md)
% * [`URI_PARTS`](/reference/query-languages/esql/commands/uri-parts.md) {applies_to}`stack: preview 9.4` {applies_to}`serverless: preview`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
* [`DECAY`](../../functions-operators/search-functions/decay.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`KQL`](../../functions-operators/search-functions/kql.md)
* [`MATCH`](../../functions-operators/search-functions/match.md)
* [`MATCH_PHRASE`](../../functions-operators/search-functions/match_phrase.md)
* [`QSTR`](../../functions-operators/search-functions/qstr.md)
* [`SCORE`](../../functions-operators/search-functions/score.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`DECAY`](../../functions-operators/search-functions/decay.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
* [`KQL`](../../functions-operators/search-functions/kql.md) {applies_to}`stack: preview 9.0` {applies_to}`stack: ga 9.1`
* [`MATCH`](../../functions-operators/search-functions/match.md) {applies_to}`stack: preview 9.0` {applies_to}`stack: ga 9.1`
* [`MATCH_PHRASE`](../../functions-operators/search-functions/match_phrase.md) {applies_to}`stack: ga 9.1`
* [`QSTR`](../../functions-operators/search-functions/qstr.md) {applies_to}`stack: preview 9.0` {applies_to}`stack: ga 9.1`
* [`SCORE`](../../functions-operators/search-functions/score.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
% * [`TERM`](../../functions-operators/search-functions/term.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`TOP_SNIPPETS`](../../functions-operators/search-functions/top-snippets.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`TOP_SNIPPETS`](../../functions-operators/search-functions/top-snippets.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- [`FROM`](/reference/query-languages/esql/commands/from.md)
- [`ROW`](/reference/query-languages/esql/commands/row.md)
- [`SHOW`](/reference/query-languages/esql/commands/show.md)
- [`TS`](/reference/query-languages/esql/commands/ts.md)
- [`TS`](/reference/query-languages/esql/commands/ts.md) {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview`
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
* [`BIT_LENGTH`](../../functions-operators/string-functions/bit_length.md)
* [`BYTE_LENGTH`](../../functions-operators/string-functions/byte_length.md)
* [`CHUNK`](../../functions-operators/string-functions/chunk.md)
* [`CHUNK`](../../functions-operators/string-functions/chunk.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
* [`CONCAT`](../../functions-operators/string-functions/concat.md)
* [`CONTAINS`](../../functions-operators/string-functions/contains.md)
* [`CONTAINS`](../../functions-operators/string-functions/contains.md) {applies_to}`stack: ga 9.2`
* [`ENDS_WITH`](../../functions-operators/string-functions/ends_with.md)
* [`FROM_BASE64`](../../functions-operators/string-functions/from_base64.md)
* [`HASH`](../../functions-operators/string-functions/hash.md)
* [`JSON_EXTRACT`](../../functions-operators/string-functions/json_extract.md)
* [`JSON_EXTRACT`](../../functions-operators/string-functions/json_extract.md) {applies_to}`stack: preview 9.4` {applies_to}`serverless: preview`
* [`LEFT`](../../functions-operators/string-functions/left.md)
* [`LENGTH`](../../functions-operators/string-functions/length.md)
* [`LOCATE`](../../functions-operators/string-functions/locate.md)
Expand All @@ -27,6 +27,6 @@
* [`TO_LOWER`](../../functions-operators/string-functions/to_lower.md)
* [`TO_UPPER`](../../functions-operators/string-functions/to_upper.md)
* [`TRIM`](../../functions-operators/string-functions/trim.md)
* [`URL_ENCODE`](../../functions-operators/string-functions/url_encode.md)
* [`URL_ENCODE_COMPONENT`](../../functions-operators/string-functions/url_encode_component.md)
* [`URL_DECODE`](../../functions-operators/string-functions/url_decode.md)
* [`URL_DECODE`](../../functions-operators/string-functions/url_decode.md) {applies_to}`stack: ga 9.2`
* [`URL_ENCODE`](../../functions-operators/string-functions/url_encode.md) {applies_to}`stack: ga 9.2`
* [`URL_ENCODE_COMPONENT`](../../functions-operators/string-functions/url_encode_component.md) {applies_to}`stack: ga 9.2`
Comment on lines +30 to +32
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mouhc1ne can you confirm these are correct?

Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
* [`LAST_OVER_TIME`](../../functions-operators/time-series-aggregation-functions/last_over_time.md) {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview`
* [`MAX_OVER_TIME`](../../functions-operators/time-series-aggregation-functions/max_over_time.md) {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview`
* [`MIN_OVER_TIME`](../../functions-operators/time-series-aggregation-functions/min_over_time.md) {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview`
* [`PERCENTILE_OVER_TIME`](../../functions-operators/time-series-aggregation-functions/percentile_over_time.md) {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview`
* [`PERCENTILE_OVER_TIME`](../../functions-operators/time-series-aggregation-functions/percentile_over_time.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
* [`PRESENT_OVER_TIME`](../../functions-operators/time-series-aggregation-functions/present_over_time.md) {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview`
* [`RATE`](../../functions-operators/time-series-aggregation-functions/rate.md) {applies_to}`stack: preview 9.2` {applies_to}`serverless: preview`
* [`STDDEV_OVER_TIME`](../../functions-operators/time-series-aggregation-functions/stddev_over_time.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* [`TO_LONG`](../../functions-operators/type-conversion-functions/to_long.md)
* [`TO_RADIANS`](../../functions-operators/type-conversion-functions/to_radians.md)
* [`TO_STRING`](../../functions-operators/type-conversion-functions/to_string.md)
* [`TO_TDIGEST`](../../functions-operators/type-conversion-functions/to_tdigest.md)
* [`TO_TDIGEST`](../../functions-operators/type-conversion-functions/to_tdigest.md) {applies_to}`stack: preview 9.3` {applies_to}`serverless: preview`
* [`TO_TIMEDURATION`](../../functions-operators/type-conversion-functions/to_timeduration.md)
* [`TO_UNSIGNED_LONG`](../../functions-operators/type-conversion-functions/to_unsigned_long.md) {applies_to}`stack: preview` {applies_to}`serverless: preview`
* [`TO_VERSION`](../../functions-operators/type-conversion-functions/to_version.md)
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
---
applies_to:
stack: ga
serverless: ga
navigation_title: "Time series aggregation functions"
mapped_pages:
- https://www.elastic.co/guide/en/elasticsearch/reference/current/esql-functions-operators.html#esql-time-series-agg-functions
Expand Down
Loading