Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support map_values for MAP type #12148

Closed
Tracked by #11429
Weijun-H opened this issue Aug 24, 2024 · 3 comments
Closed
Tracked by #11429

Support map_values for MAP type #12148

Weijun-H opened this issue Aug 24, 2024 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@Weijun-H
Copy link
Member

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

@dharanad
Copy link
Contributor

take

@dharanad
Copy link
Contributor

dharanad commented Sep 2, 2024

@Weijun-H This can be closed

@Weijun-H
Copy link
Member Author

Weijun-H commented Sep 3, 2024

complete via #12194

@Weijun-H Weijun-H closed this as completed Sep 3, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants