OpenSearch/docs/reference/sql/functions
Marios Trivyzas 032bcf99d6
SQL: Implement `::` cast operator (#38774)
`<expression>::<dataType>` is a simplified altenative syntax to
`CAST(<expression> AS <dataType> which exists in PostgreSQL and
provides an improved user experience and possibly more compact
SQL queries.

Fixes: #38717
2019-02-12 16:54:14 +02:00
..
aggs.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
conditional.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
date-time.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
grouping.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
index.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
math.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
operators.asciidoc SQL: Implement `::` cast operator (#38774) 2019-02-12 16:54:14 +02:00
search.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
string.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
system.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
type-conversion.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00