mv_count.asciidoc 491 B

123456789101112131415161718192021
  1. [discrete]
  2. [[esql-mv_count]]
  3. === `MV_COUNT`
  4. [.text-center]
  5. image::esql/functions/signature/mv_count.svg[Embedded,opts=inline]
  6. Converts a multivalued field into a single valued field containing a count of the number
  7. of values:
  8. [source.merge.styled,esql]
  9. ----
  10. include::{esql-specs}/string.csv-spec[tag=mv_count]
  11. ----
  12. [%header.monospaced.styled,format=dsv,separator=|]
  13. |===
  14. include::{esql-specs}/string.csv-spec[tag=mv_count-result]
  15. |===
  16. Supported types:
  17. include::types/mv_count.asciidoc[]