-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: column support for array_dims
, array_ndims
, cardinality
and array_length
#6864
Conversation
Thanks @izveigor -- I plan to review this over the weekend (also I found #6887 which is related perhaps). I can't keep up with all the structured array goodness you and @jayzhan211 are throwing our way! |
🤔 maybe you and @jayzhan211 could potentially review each other's PRs initially? |
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!
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.
Thanks @izveigor -- I took a look through this PR and while I don't understand the entire thing I think it is a step forward and we should merge it in.
I think this PR has a conflict but once that is resolved I'll plan to merge
Thank you @jayzhan211 for the review |
Which issue does this PR close?
Part of #6804
Closes #6693
Rationale for this change
This is the second PR for solving the column issue.
What changes are included in this PR?
Four array functions now start to support column data:
array_dims
,array_ndims
,cardinality
,array_length
Are these changes tested?
Yes
Are there any user-facing changes?
Yes