mv_expand.asciidoc 371 B

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