Skip to content

Commit e3b2212

Browse files
committed
Merge remote-tracking branch 'nik9000/fix_128091' into fix_128091
2 parents 49b3fac + bf9bbb7 commit e3b2212

File tree

1 file changed

+2
-2
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/aggregate

1 file changed

+2
-2
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/aggregate/Values.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ public class Values extends AggregateFunction implements ToAggregator {
7474
preview = true,
7575
description = """
7676
Returns unique values as a multivalued field. The order of the returned values isn’t guaranteed.
77-
If you need the values returned in order use <<esql-mv_sort>>.""",
77+
If you need the values returned in order use [`MV_SORT`](/reference/query-languages/esql/functions-operators/mv-functions.md#esql-mv_sort).""",
7878
appendix = """
7979
::::{note}
80-
Use <<esql-top>> if you need to keep repeated values.
80+
Use [`TOP`](/reference/query-languages/esql/functions-operators/aggregation-functions.md#esql-top) if you need to keep repeated values.
8181
::::
8282
::::{warning}
8383
This can use a significant amount of memory and ES|QL doesn’t yet

0 commit comments

Comments
 (0)