elasticsearch/docs/reference/esql/functions/cast.asciidoc
Bogdan Pintea 7af45cc52e
ESQL: Document the cast operator (::) (#107871)
This documents the cast operator, `::`.
2024-04-25 10:10:59 -04:00

17 lines
442 B
Text

[discete]
[[esql-cast-operator]]
==== `Cast (::)`
// tag::body[]
The `::` operator provides a convenient alternative syntax to the TO_<type>
<<esql-type-conversion-functions,conversion functions>>.
[source.merge.styled,esql]
----
include::{esql-specs}/convert.csv-spec[tag=docsCastOperator]
----
[%header.monospaced.styled,format=dsv,separator=|]
|===
include::{esql-specs}/convert.csv-spec[tag=docsCastOperator-result]
|===
// end::body[]