Postgresql and Snowflake have a nice synthetic sugar val::type that is similar to CAST(val as type) but a more human-readable version of it. In addition to that, Snowflake has jsoncol:path which extracts the path from JSON (VARIANT type)
I believe it would be useful to support for Trino to support the :: syntax sugar syntax.