mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-03 09:29:11 +00:00
`CONVERT` works exactly like cast with slightly different syntax: `CONVERT(<value>, <data_type)` as opposed to `CAST(<value> AS <data_type>)` Moreover it support format of the MS-SQL data types `SQL_<type>`, e.g.: `SQL_INTEGER` Closes: #34513
Elastic License Functionality
This directory tree contains files subject to the Elastic License. The files subject to the Elastic License are grouped in this directory to clearly separate them from files licensed under the Apache License 2.0.