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 scan duckdb array column #3269

Merged
merged 2 commits into from
Apr 15, 2024
Merged

Support scan duckdb array column #3269

merged 2 commits into from
Apr 15, 2024

Conversation

acquamarin
Copy link
Collaborator

@acquamarin acquamarin commented Apr 15, 2024

This PR supports scanning from duckdb array column.
The physical layout of duckdb array vector is a little different from kuzu's array vector. They don't keep a vector buffer for list entries, since the number of values in each array is fixed.

@acquamarin acquamarin merged commit a89975a into master Apr 15, 2024
17 checks passed
@acquamarin acquamarin deleted the array-fix branch April 15, 2024 09:45
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.

2 participants