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_min]
- ----
- [%header.monospaced.styled,format=dsv,separator=|]
- |===
- include::{esql-specs}/math.csv-spec[tag=mv_min-result]
- |===
- It can be used by any column type, including `keyword` columns. In that case, it picks the first string, comparing their utf-8 representation byte by byte:
- [source.merge.styled,esql]
- ----
- include::{esql-specs}/string.csv-spec[tag=mv_min]
- ----
- [%header.monospaced.styled,format=dsv,separator=|]
- |===
- include::{esql-specs}/string.csv-spec[tag=mv_min-result]
- |===
|