mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-30 10:23:41 -04:00
This compresses the results and the query on the page to take up less space and make them more obviously connected.
13 lines
360 B
Text
13 lines
360 B
Text
[[esql-mv_expand]]
|
|
=== `MV_EXPAND`
|
|
|
|
The `MV_EXPAND` processing command expands multivalued fields into one row per value, duplicating other fields:
|
|
|
|
[source.merge.styled,esql]
|
|
----
|
|
include::{esql-specs}/mv_expand.csv-spec[tag=simple]
|
|
----
|
|
[%header.monospaced.styled,format=dsv,separator=|]
|
|
|===
|
|
include::{esql-specs}/mv_expand.csv-spec[tag=simple-result]
|
|
|===
|