|
@@ -77,6 +77,8 @@ public class CountDistinct extends AggregateFunction implements OptionalArgument
|
|
|
@FunctionInfo(
|
|
|
returnType = "long",
|
|
|
description = "Returns the approximate number of distinct values.",
|
|
|
+ note = "[Counts are approximate](/reference/query-languages/esql/functions-operators/"
|
|
|
+ + "aggregation-functions.md#esql-agg-count-distinct-approximate).",
|
|
|
appendix = """
|
|
|
### Counts are approximate [esql-agg-count-distinct-approximate]
|
|
|
|