SQL:2023 specifies — T::method(args) — for functions associated with a type.
Describe the solution you'd like
Hopefully it is possible to add this to sqlglot, currently is fails on parsing the ::
Additional context
The PR for implementation in Trino can be found here trinodb/trino#29385
SQL:2023 specifies — T::method(args) — for functions associated with a type.
Describe the solution you'd like
Hopefully it is possible to add this to sqlglot, currently is fails on parsing the
::Additional context
The PR for implementation in Trino can be found here trinodb/trino#29385