elasticsearch/docs/reference/esql/functions/parameters/top.asciidoc

13 lines
307 B
Plaintext

// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
*Parameters*
`field`::
The field to collect the top values for.
`limit`::
The maximum number of values to collect.
`order`::
The order to calculate the top values. Either `asc` or `desc`.