datafusion icon indicating copy to clipboard operation
datafusion copied to clipboard

Support `map_values` for MAP type

Open Weijun-H opened this issue 1 year ago • 1 comments

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

Weijun-H avatar Aug 24 '24 11:08 Weijun-H

take

dharanad avatar Aug 24 '24 15:08 dharanad

@Weijun-H This can be closed

dharanad avatar Sep 02 '24 19:09 dharanad

complete via #12194

Weijun-H avatar Sep 03 '24 01:09 Weijun-H