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

Introduce FieldPath abstraction, restrict predicates to Field, Op, (Field|Scalar) #324

Merged
merged 10 commits into from
May 16, 2024

Conversation

jdcasale
Copy link
Contributor

We need an abstraction to handle addressing nested fields, hence FieldPath.

Also disallows scalar-scalar comparisons, which are useless.

@jdcasale jdcasale marked this pull request as ready for review May 15, 2024 18:42
@jdcasale jdcasale changed the title Introduce FieldPath abstraction, restrict expressions to Field, Op, (Field|Scalar) Introduce FieldPath abstraction, restrict predicates to Field, Op, (Field|Scalar) May 16, 2024
@jdcasale jdcasale enabled auto-merge (squash) May 16, 2024 10:37
@jdcasale jdcasale merged commit e7e9952 into develop May 16, 2024
1 check passed
@jdcasale jdcasale deleted the jc/simpler-expr branch May 16, 2024 11:04
delta003 pushed a commit that referenced this pull request May 16, 2024
…ield|Scalar) (#324)

We need an abstraction to handle addressing nested fields, hence
FieldPath.

Also disallows scalar-scalar comparisons, which are useless.
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