15 lines
464 B
Plaintext
15 lines
464 B
Plaintext
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
|
|
|
[discrete]
|
|
[[esql-percentile-approximate]]
|
|
==== `PERCENTILE` is (usually) approximate
|
|
|
|
include::../../../aggregations/metrics/percentile-aggregation.asciidoc[tag=approximate]
|
|
|
|
[WARNING]
|
|
====
|
|
`PERCENTILE` is also {wikipedia}/Nondeterministic_algorithm[non-deterministic].
|
|
This means you can get slightly different results using the same data.
|
|
====
|
|
|