Skip to content

Commit 1e58428

Browse files
mjmbischoffleemthompoivancea
authored
Add MV_CONTAINS function (#133099)
* Add `mv_contains` function * Add documentation for `mv_contains` function --------- Co-authored-by: Liam Thompson <[email protected]> Co-authored-by: Iván Cea Fontenla <[email protected]>
1 parent 061562a commit 1e58428

File tree

19 files changed

+1701
-0
lines changed

19 files changed

+1701
-0
lines changed

docs/changelog/133099.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
pr: 133099
2+
summary: Add MV_CONTAINS function
3+
area: ES|QL
4+
type: enhancement
5+
issues: []

docs/reference/query-languages/esql/_snippets/functions/description/mv_contains.md

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/functions/examples/mv_contains.md

Lines changed: 34 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/functions/layout/mv_contains.md

Lines changed: 26 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/functions/parameters/mv_contains.md

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/functions/types/mv_contains.md

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/lists/mv-functions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
* [`MV_APPEND`](../../functions-operators/mv-functions.md#esql-mv_append)
22
* [`MV_AVG`](../../functions-operators/mv-functions.md#esql-mv_avg)
33
* [`MV_CONCAT`](../../functions-operators/mv-functions.md#esql-mv_concat)
4+
* [preview] [`MV_CONTAINS`](../../functions-operators/mv-functions.md#esql-mv_contains)
45
* [`MV_COUNT`](../../functions-operators/mv-functions.md#esql-mv_count)
56
* [`MV_DEDUPE`](../../functions-operators/mv-functions.md#esql-mv_dedupe)
67
* [`MV_FIRST`](../../functions-operators/mv-functions.md#esql-mv_first)

docs/reference/query-languages/esql/functions-operators/mv-functions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ mapped_pages:
2121
:::{include} ../_snippets/functions/layout/mv_concat.md
2222
:::
2323

24+
:::{include} ../_snippets/functions/layout/mv_contains.md
25+
:::
26+
2427
:::{include} ../_snippets/functions/layout/mv_count.md
2528
:::
2629

docs/reference/query-languages/esql/images/functions/mv_contains.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)