-
Notifications
You must be signed in to change notification settings - Fork 25.6k
Esql mv_contains function #133636
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
Merged
Merged
Esql mv_contains function #133636
Changes from 9 commits
Commits
Show all changes
55 commits
Select commit
Hold shift + click to select a range
69cfa82
Add `mv_contains_all` function
mjmbischoff e250247
[CI] Auto commit changes from spotless
f02c400
Enhance `mv_contains_all` function with additional examples and docum…
mjmbischoff 4d0d5bc
[CI] Auto commit changes from spotless
dd44baa
Add documentation for `mv_contains_all` function
mjmbischoff fa3a339
Fixing documentation for `mv_contains_all` function
mjmbischoff 05d64b6
Regenerated `mv_contains_all` documentation
mjmbischoff 1a00c73
Update docs/changelog/133099.yaml
mjmbischoff d6f5e71
Update docs/changelog/133099.yaml
mjmbischoff 8134f60
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff b4c31b9
Update docs/changelog/133099.yaml
mjmbischoff 1a1b88d
Readding skipped markers as else the test gets run in the backwards c…
mjmbischoff 88bd226
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff bf837d9
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff 23544d4
Update `mv_contains_all` docs to reflect the correct version and add …
mjmbischoff a1e1ba3
[CI] Auto commit changes from spotless
fdfb149
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff cd7625e
Processing review, changing null handling
mjmbischoff 979aac9
[CI] Auto commit changes from spotless
254fc59
Slightly more efficient null handling and fix null test logic
mjmbischoff b0e942a
[CI] Auto commit changes from spotless
fb7d7fd
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff b0c959d
- Renamed MV_CONTAINS_ALL to MV_CONTAINS
mjmbischoff fbe8a2b
[CI] Auto commit changes from spotless
f71848f
Update documentation to reflect `MV_CONTAINS_ALL` renaming to `MV_CON…
mjmbischoff 5584a93
Fix `MvContains` javadoc
mjmbischoff bfa03d8
Add preview marker to documentation link
mjmbischoff b9a222b
I think checkstyle needs to be updated :D
mjmbischoff 51733d1
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff 8228c24
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff 445e7bb
Replacing table and markdown comment block
mjmbischoff b7aba70
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff 8a75b82
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff 08cc9fa
Merge branch 'elastic:main' into esql-MV_CONTAINS_ALL
mjmbischoff 277249a
Add memory usage reporting to `MvContains` evaluators
mjmbischoff e4b62de
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff a856360
Update docs/changelog/133636.yaml
mjmbischoff f4d3020
removing yaml from other PR
mjmbischoff 1f7f430
WIP still has test failures.
mjmbischoff 2393634
[CI] Auto commit changes from spotless
b3da482
It seems like the isNull operates on the row position, not the value …
mjmbischoff dcc1310
[CI] Auto commit changes from spotless
2aa3eec
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff aee4e35
Refactor `MvContains` null handling by reusing existing `IsNullEvalua…
mjmbischoff 87ec7ab
Refactor `MvContains` null handling by reusing existing `IsNullEvalua…
mjmbischoff 23b2aad
[CI] Auto commit changes from spotless
4aaac35
Refactor constant evaluators in `EvalOperator` by introducing dedicat…
mjmbischoff d676cef
[CI] Auto commit changes from spotless
ebcbfc7
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff 66ba735
Extending test case to cover multirow null
mjmbischoff 7492fad
Remove unused `process` method from `MvContains` class.
mjmbischoff 23d92f0
Documenting changes done to copied test method due to inflexibility /…
mjmbischoff d33e333
Always true.
mjmbischoff 3d7619b
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff a31922b
[CI] Auto commit changes from spotless
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.