mv_expand.asciidoc 360 B

12345678910111213
  1. [[esql-mv_expand]]
  2. === `MV_EXPAND`
  3. The `MV_EXPAND` processing command expands multivalued fields into one row per value, duplicating other fields:
  4. [source.merge.styled,esql]
  5. ----
  6. include::{esql-specs}/mv_expand.csv-spec[tag=simple]
  7. ----
  8. [%header.monospaced.styled,format=dsv,separator=|]
  9. |===
  10. include::{esql-specs}/mv_expand.csv-spec[tag=simple-result]
  11. |===