-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Updating EvaluatorImplementer to add generated evaluators for MvContains #135723
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
Updating EvaluatorImplementer to add generated evaluators for MvContains #135723
Conversation
Pinging @elastic/es-analytical-engine (Team:Analytics) |
...lugin/esql/compute/gen/src/main/java/org/elasticsearch/compute/gen/EvaluatorImplementer.java
Outdated
Show resolved
Hide resolved
...lugin/esql/compute/gen/src/main/java/org/elasticsearch/compute/gen/EvaluatorImplementer.java
Outdated
Show resolved
Hide resolved
...lugin/esql/compute/gen/src/main/java/org/elasticsearch/compute/gen/EvaluatorImplementer.java
Outdated
Show resolved
Hide resolved
x-pack/plugin/esql/compute/ann/src/main/java/org/elasticsearch/compute/ann/Evaluator.java
Outdated
Show resolved
Hide resolved
improving Evaluator interface javadoc Co-authored-by: Iván Cea Fontenla <[email protected]>
…ople of the contract that allNullIsNull only applies to block style process methods.
@ivancea do you want me to clean up the class further as part of this PR? There's some |
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 @mjmbischoff!
About the stream().forEach()
, as you prefer! Tidying up is always good :blob-dance:
💔 Backport failedThe backport operation could not be completed due to the following error:
You can use sqren/backport to manually backport by running |
Item on the road to GA of MV_CONTAINS, extending the logic of the EvaluatorImplement to accommodate the needs of MV_CONTAINS so that the evaluators can be generated.
See discussion in #133636 and #133099