-
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
improve the ergonomics of creating field and list array accesses #7215
Conversation
@alamb @jayzhan211 I wonder if you have free time to review this PR. |
Thanks @izveigor -- I am checking this one out now |
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.
I think this looks great @izveigor ! Thank you very much.
While reviewing this PR I had some ideas about how to make it even easier to use and some comments to add, but I will propose a follow on PR to do so.
🙏
list_key: Option<Arc<dyn PhysicalExpr>>, | ||
/// The key expression for `DataType::Struct` | ||
struct_key: Option<ScalarValue>, | ||
pub enum GetFieldAccessExpr { |
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.
👍
Which issue does this PR close?
Closes #7193
Closes #7146
Rationale for this change
What changes are included in this PR?
Are these changes tested?
Yes
Are there any user-facing changes?
Yes