640 B
640 B
% This is generated by ESQL's AbstractFunctionTestCase. Do not edit it. See ../README.md for how to regenerate it.
::::{tip}
Use TOP
if you need to keep repeated values.
::::
::::{warning}
This can use a significant amount of memory and ES|QL doesn’t yet
grow aggregations beyond memory. So this aggregation will work until
it is used to collect more values than can fit into memory. Once it
collects too many values it will fail the query with
a Circuit Breaker Error.
::::