Skip to content

Add support for DuckDB MAP functions #885

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shivampr
Copy link

  • Add map_extract, map_keys, and map_values functions
  • Create migration file pg_duckdb--1.0.0--1.1.0.sql
  • Update metadata cache to recognize MAP functions
  • Add comprehensive tests with edge cases
  • Update documentation with usage examples
  • Bump version to 1.1.0

Closes #774

- Add map_extract, map_keys, and map_values functions
- Create migration file pg_duckdb--1.0.0--1.1.0.sql
- Update metadata cache to recognize MAP functions
- Add comprehensive tests with edge cases
- Update documentation with usage examples
- Bump version to 1.1.0

Closes duckdb#774
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for functions related to the DuckDB MAP type
1 participant