Commit Graph

1 Commits

Author SHA1 Message Date
Nik Everett efe8bdef3a Add `mv_median` function (ESQL-1164)
This adds a `mv_median` function that converts a multivalued field into
a single valued field by picking the median. If there are an even number
of values we return the average of the middle two numbers. If the input
type is `int` or `long` then the average rounds *down*.
2023-05-23 17:01:08 -04:00