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