Skip to content

Commit bc2c334

Browse files
nik9000leemthompo
andauthored
Update x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/aggregate/Values.java
Co-authored-by: Liam Thompson <[email protected]>
1 parent e3b2212 commit bc2c334

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public class Values extends AggregateFunction implements ToAggregator {
7676
Returns unique values as a multivalued field. The order of the returned values isn’t guaranteed.
7777
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 = """
79-
::::{note}
79+
::::{tip}
8080
Use [`TOP`](/reference/query-languages/esql/functions-operators/aggregation-functions.md#esql-top) if you need to keep repeated values.
8181
::::
8282
::::{warning}

0 commit comments

Comments
 (0)