pg_duckdb icon indicating copy to clipboard operation
pg_duckdb copied to clipboard

Add support for functions related to the DuckDB MAP type

Open JelteF opened this issue 6 months ago • 2 comments

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

JelteF avatar May 08 '25 08:05 JelteF