Description
Both ODBC and JDBC spec mention a CONVERT scalar function, which is the equivalent of the CAST function.
In order for JDBC and ODBC drivers to expose support for this function, calcite should support parsing it, and converting it into a CAST expression (currently, it doesn't unlike some other scalar functions).