median.asciidoc 356 B

1234567
  1. // This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
  2. *Description*
  3. The value that is greater than half of all values and less than half of all values, also known as the 50% <<esql-percentile>>.
  4. NOTE: Like <<esql-percentile>>, `MEDIAN` is <<esql-percentile-approximate,usually approximate>>.