Skip to content
Merged
Show file tree
Hide file tree
Changes from 37 commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
69cfa82
Add `mv_contains_all` function
mjmbischoff Aug 18, 2025
e250247
[CI] Auto commit changes from spotless
Aug 19, 2025
f02c400
Enhance `mv_contains_all` function with additional examples and docum…
mjmbischoff Aug 19, 2025
4d0d5bc
[CI] Auto commit changes from spotless
Aug 19, 2025
dd44baa
Add documentation for `mv_contains_all` function
mjmbischoff Aug 19, 2025
fa3a339
Fixing documentation for `mv_contains_all` function
mjmbischoff Aug 19, 2025
05d64b6
Regenerated `mv_contains_all` documentation
mjmbischoff Aug 19, 2025
1a00c73
Update docs/changelog/133099.yaml
mjmbischoff Aug 19, 2025
d6f5e71
Update docs/changelog/133099.yaml
mjmbischoff Aug 19, 2025
8134f60
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff Aug 19, 2025
b4c31b9
Update docs/changelog/133099.yaml
mjmbischoff Aug 19, 2025
1a1b88d
Readding skipped markers as else the test gets run in the backwards c…
mjmbischoff Aug 19, 2025
88bd226
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff Aug 19, 2025
bf837d9
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff Aug 19, 2025
23544d4
Update `mv_contains_all` docs to reflect the correct version and add …
mjmbischoff Aug 20, 2025
a1e1ba3
[CI] Auto commit changes from spotless
Aug 20, 2025
fdfb149
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff Aug 21, 2025
cd7625e
Processing review, changing null handling
mjmbischoff Aug 23, 2025
979aac9
[CI] Auto commit changes from spotless
Aug 23, 2025
254fc59
Slightly more efficient null handling and fix null test logic
mjmbischoff Aug 23, 2025
b0e942a
[CI] Auto commit changes from spotless
Aug 23, 2025
fb7d7fd
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff Aug 23, 2025
b0c959d
- Renamed MV_CONTAINS_ALL to MV_CONTAINS
mjmbischoff Aug 24, 2025
fbe8a2b
[CI] Auto commit changes from spotless
Aug 24, 2025
f71848f
Update documentation to reflect `MV_CONTAINS_ALL` renaming to `MV_CON…
mjmbischoff Aug 24, 2025
5584a93
Fix `MvContains` javadoc
mjmbischoff Aug 25, 2025
bfa03d8
Add preview marker to documentation link
mjmbischoff Aug 25, 2025
b9a222b
I think checkstyle needs to be updated :D
mjmbischoff Aug 25, 2025
51733d1
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff Aug 25, 2025
8228c24
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff Aug 25, 2025
445e7bb
Replacing table and markdown comment block
mjmbischoff Aug 25, 2025
b7aba70
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff Aug 25, 2025
8a75b82
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff Aug 26, 2025
08cc9fa
Merge branch 'elastic:main' into esql-MV_CONTAINS_ALL
mjmbischoff Aug 27, 2025
277249a
Add memory usage reporting to `MvContains` evaluators
mjmbischoff Aug 27, 2025
e4b62de
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff Aug 27, 2025
a856360
Update docs/changelog/133636.yaml
mjmbischoff Aug 27, 2025
f4d3020
removing yaml from other PR
mjmbischoff Aug 28, 2025
1f7f430
WIP still has test failures.
mjmbischoff Aug 28, 2025
2393634
[CI] Auto commit changes from spotless
Aug 28, 2025
b3da482
It seems like the isNull operates on the row position, not the value …
mjmbischoff Aug 28, 2025
dcc1310
[CI] Auto commit changes from spotless
Aug 28, 2025
2aa3eec
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff Aug 28, 2025
aee4e35
Refactor `MvContains` null handling by reusing existing `IsNullEvalua…
mjmbischoff Aug 28, 2025
87ec7ab
Refactor `MvContains` null handling by reusing existing `IsNullEvalua…
mjmbischoff Aug 28, 2025
23b2aad
[CI] Auto commit changes from spotless
Aug 28, 2025
4aaac35
Refactor constant evaluators in `EvalOperator` by introducing dedicat…
mjmbischoff Aug 28, 2025
d676cef
[CI] Auto commit changes from spotless
Aug 28, 2025
ebcbfc7
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff Aug 28, 2025
66ba735
Extending test case to cover multirow null
mjmbischoff Aug 29, 2025
7492fad
Remove unused `process` method from `MvContains` class.
mjmbischoff Aug 29, 2025
23d92f0
Documenting changes done to copied test method due to inflexibility /…
mjmbischoff Aug 29, 2025
d33e333
Always true.
mjmbischoff Aug 29, 2025
3d7619b
Merge branch 'main' into esql-MV_CONTAINS_ALL
mjmbischoff Aug 29, 2025
a31922b
[CI] Auto commit changes from spotless
Aug 29, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/changelog/133099.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 133099
summary: Add MV_CONTAINS function
area: ES|QL
type: enhancement
issues: []
5 changes: 5 additions & 0 deletions docs/changelog/133636.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
pr: 133636
summary: Esql `mv_contains` function
area: ES|QL
type: enhancement
issues: []

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
* [`MV_APPEND`](../../functions-operators/mv-functions.md#esql-mv_append)
* [`MV_AVG`](../../functions-operators/mv-functions.md#esql-mv_avg)
* [`MV_CONCAT`](../../functions-operators/mv-functions.md#esql-mv_concat)
* [preview] [`MV_CONTAINS`](../../functions-operators/mv-functions.md#esql-mv_contains)
* [`MV_COUNT`](../../functions-operators/mv-functions.md#esql-mv_count)
* [`MV_DEDUPE`](../../functions-operators/mv-functions.md#esql-mv_dedupe)
* [`MV_FIRST`](../../functions-operators/mv-functions.md#esql-mv_first)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ mapped_pages:
:::{include} ../_snippets/functions/layout/mv_concat.md
:::

:::{include} ../_snippets/functions/layout/mv_contains.md
:::

:::{include} ../_snippets/functions/layout/mv_count.md
:::

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading