fn map_values(map: MapRef<'_>) -> ListValue
query T select map_values(map{'a':1, 'b':2, 'c':3}); ---- {1,2,3}