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

9 lines
439 B
Text
Generated

// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
*Parameters*
`field`::
Column or literal for which to count the number of distinct values.
`precision`::
Precision threshold. Refer to <<esql-agg-count-distinct-approximate>>. The maximum supported value is 40000. Thresholds above this number will have the same effect as a threshold of 40000. The default value is 3000.