-
Notifications
You must be signed in to change notification settings - Fork 328
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(inverted_index): Add applier builder to convert Expr to Predicates (Part 2) #3068
feat(inverted_index): Add applier builder to convert Expr to Predicates (Part 2) #3068
Conversation
… to Predicates (Part 1) Signed-off-by: Zhenchi <[email protected]>
… to Predicates (Part 2) Signed-off-by: Zhenchi <[email protected]>
…x-integration-applier-builder-part-2
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
Signed-off-by: Zhenchi <[email protected]>
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #3068 +/- ##
==========================================
- Coverage 85.33% 85.04% -0.29%
==========================================
Files 800 805 +5
Lines 129572 130658 +1086
==========================================
+ Hits 110567 111115 +548
- Misses 19005 19543 +538 |
b21459d
to
d0da869
Compare
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.
Rest LGTM
Signed-off-by: Zhenchi <[email protected]>
I hereby agree to the terms of the GreptimeDB CLA
What's changed and what's your intention?
Continue #3034:
And
Or
Eq
Lt
,LtEq
,Gt
,GtEq
RegexMatch
InList
Checklist
Refer to a related PR or issue link (optional)
#2705