mv_slice.asciidoc 519 B

123456789
  1. // This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
  2. *Description*
  3. Returns a subset of the multivalued field using the start and end index values. This is most useful when reading from a function that emits multivalued columns in a known order like <<esql-split>> or <<esql-mv_sort>>.
  4. The order that <<esql-multivalued-fields, multivalued fields>> are read from
  5. underlying storage is not guaranteed. It is *frequently* ascending, but don't
  6. rely on that.