12345678910111213141516171819202122 |
- // This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
- *Examples*
- [source.merge.styled,esql]
- ----
- include::{esql-specs}/math.csv-spec[tag=mv_median]
- ----
- [%header.monospaced.styled,format=dsv,separator=|]
- |===
- include::{esql-specs}/math.csv-spec[tag=mv_median-result]
- |===
- If the row has an even number of values for a column, the result will be the average of the middle two entries. If the column is not floating point, the average rounds *down*:
- [source.merge.styled,esql]
- ----
- include::{esql-specs}/math.csv-spec[tag=mv_median_round_down]
- ----
- [%header.monospaced.styled,format=dsv,separator=|]
- |===
- include::{esql-specs}/math.csv-spec[tag=mv_median_round_down-result]
- |===
|