mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-12 19:02:12 +00:00
The introduced function returns the actual name of the type represented by `abstract_type`. It circumvents name processing like wrapping a type within `frozen<>` or using Cassandra's syntax. We add the function to be able to describe UDFs in the upcoming commits that require that their arguments not be `frozen<>`. We also test the implementation.