### Is your feature request related to a problem or challenge? Description | Return a list of all values in the map. -- | -- Example | map_values(map([100, 5], [42, 43])) Result | [42, 43] ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context https://duckdb.org/docs/sql/functions/map.html#map_valuesmap https://docs.databricks.com/en/sql/language-manual/functions/map_values.html