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