pg_duckdb
pg_duckdb copied to clipboard
Add support for functions related to the DuckDB MAP type
Description
Support for the DuckDB MAP was added in #689 and expanded in #773. What's still missing though is support for the functions that DuckDB provides to interact with the MAP type. The are functions such as map_extract(map, key). The full list of functions can be found here: https://duckdb.org/docs/stable/sql/functions/map.html