OpenSearch/docs/reference/sql
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
..
appendix SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
endpoints SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
functions SQL: Implement `::` cast operator (#38774) 2019-02-12 16:54:14 +02:00
language SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
concepts.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
getting-started.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
limitations.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
overview.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00
security.asciidoc SQL: remove beta marker from documentation (#38661) 2019-02-10 00:09:58 +02:00