23 lines
615 B
Plaintext
23 lines
615 B
Plaintext
|
// This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
|
||
|
|
||
|
*Examples*
|
||
|
|
||
|
[source.merge.styled,esql]
|
||
|
----
|
||
|
include::{esql-specs}/string.csv-spec[tag=to_string]
|
||
|
----
|
||
|
[%header.monospaced.styled,format=dsv,separator=|]
|
||
|
|===
|
||
|
include::{esql-specs}/string.csv-spec[tag=to_string-result]
|
||
|
|===
|
||
|
It also works fine on multivalued fields:
|
||
|
[source.merge.styled,esql]
|
||
|
----
|
||
|
include::{esql-specs}/string.csv-spec[tag=to_string_multivalue]
|
||
|
----
|
||
|
[%header.monospaced.styled,format=dsv,separator=|]
|
||
|
|===
|
||
|
include::{esql-specs}/string.csv-spec[tag=to_string_multivalue-result]
|
||
|
|===
|
||
|
|