Description
Add support for x::type
cast operator as an alternative syntax for CAST(x AS type)
.
- this is pure awesomeness from SQL readability perspective
- at this point it's very unlikely that future SQL spec will have something conflicting, given that all PostgreSQL derivates and e.g. Snowflake, DuckDB support
x::type
syntax