Weijun-H opened a new issue, #11935: URL: https://github.com/apache/datafusion/issues/11935
### Is your feature request related to a problem or challenge? [element_at(map, key)](https://duckdb.org/docs/sql/functions/map.html#element_atmap-key) Description | Return a list containing the value for a given key or an empty list if the key is not contained in the map. The type of the key provided in the second parameter must match the type of the map's keys else an error is returned. -- | -- Example | element_at(map([100, 5], [42, 43]), 100) Result | [42] ### Describe the solution you'd like _No response_ ### Describe alternatives you've considered _No response_ ### Additional context related #11429 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
