-
Notifications
You must be signed in to change notification settings - Fork 152
Refactor value.go terminology to align with duckdb mappings #552
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Those new names are much better. 👍
I only have a comment regarding testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM overall. Just some nits left.
I'll open a follow-up PR to add the missing types for #545 - I think these are mainly structs (in the form of |
While working on the
QueryAppender
in #545, I noticed some inconsistencies invalue.go
. This PR refactors the file to be more consistent with duckdb terminology. It also prepares for changes like inferring the appender's temporary table types from the arguments passed toAppendRow
.