Skip to content

Commit 96f4685

Browse files
committed
Add placeholders
1 parent 905a81c commit 96f4685

File tree

7 files changed

+115
-8
lines changed

7 files changed

+115
-8
lines changed

articles/cosmos-db/nosql/query/TOC.yml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@
6565
- name: Bitwise operators
6666
displayName: bitwise, binary, operators
6767
href: bitwise-operators.md
68+
- name: Vector functions
69+
items:
70+
- name: VectorDistance
71+
displayName: vector, distance, AI
72+
href: vectordistance.md
6873
- name: Aggregate functions
6974
items:
7075
- name: AVG
@@ -90,16 +95,22 @@
9095
- name: Array functions
9196
items:
9297
- name: ARRAY_CONCAT
93-
displayName: ARRAY_CONCAT, array concat, array functions
98+
displayName: ARRAY_CONCAT, concat, array concat, array functions
9499
href: array-concat.md
95100
- name: ARRAY_CONTAINS
96-
displayName: ARRAY_CONTAINS, array contains, array functions
101+
displayName: ARRAY_CONTAINS, contains, array contains, array functions
97102
href: array-contains.md
103+
- name: ARRAY_CONTAINS_ANY
104+
displayName: ARRAY_CONTAINS_ANY, contains, array contains, array contains any, any, array functions
105+
href: array-contains-any.md
106+
- name: ARRAY_CONTAINS_ALL
107+
displayName: ARRAY_CONTAINS_ALL, contains, array contains, array contains all, all, array functions
108+
href: array-contains-all.md
98109
- name: ARRAY_LENGTH
99-
displayName: ARRAY_LENGTH, array length, array functions
110+
displayName: ARRAY_LENGTH, length, array length, array functions
100111
href: array-length.md
101112
- name: ARRAY_SLICE
102-
displayName: ARRAY_SLICE, array slice, array functions
113+
displayName: ARRAY_SLICE, slice, array slice, array functions
103114
href: array-slice.md
104115
- name: CHOOSE
105116
displayName: CHOOSE, choose, choose index, select item, array functions
@@ -365,6 +376,12 @@
365376
- name: StringToObject
366377
displayName: StringToObject, string to object, built-in functions
367378
href: stringtoobject.md
379+
- name: StringJoin
380+
displayName: StringJoin, string join, built-in functions
381+
href: stringjoin.md
382+
- name: StringSplit
383+
displayName: StringSplit, string split, built-in functions
384+
href: stringsplit.md
368385
- name: SUBSTRING
369386
displayName: SUBSTRING, built-in functions
370387
href: substring.md
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: ARRAY_CONTAINS_ALL
3+
titleSuffix: Azure Cosmos DB for NoSQL
4+
description: An Azure Cosmos DB for NoSQL system function that TODO
5+
author: seesharprun
6+
ms.author: sidandrews
7+
ms.reviewer: jacodel
8+
ms.service: azure-cosmos-db
9+
ms.subservice: nosql
10+
ms.topic: reference
11+
ms.devlang: nosql
12+
ms.date: 08/06/2024
13+
ms.custom: query-reference
14+
---
15+
16+
# ARRAY_CONTAINS_ALL (NoSQL query)
17+
18+
[!INCLUDE[NoSQL](../../includes/appliesto-nosql.md)]
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: ARRAY_CONTAINS_ANY
3+
titleSuffix: Azure Cosmos DB for NoSQL
4+
description: An Azure Cosmos DB for NoSQL system function that TODO
5+
author: seesharprun
6+
ms.author: sidandrews
7+
ms.reviewer: jacodel
8+
ms.service: azure-cosmos-db
9+
ms.subservice: nosql
10+
ms.topic: reference
11+
ms.devlang: nosql
12+
ms.date: 08/06/2024
13+
ms.custom: query-reference
14+
---
15+
16+
# ARRAY_CONTAINS_ANY (NoSQL query)
17+
18+
[!INCLUDE[NoSQL](../../includes/appliesto-nosql.md)]

articles/cosmos-db/nosql/query/index.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,12 @@ landingContent:
3030
url: keywords.md
3131
- text: Constants
3232
url: constants.md
33+
- title: Vector functions
34+
linkLists:
35+
- linkListType: reference
36+
links:
37+
- text: VectorDistance
38+
url: vectordistance.md
3339
- title: Aggregate functions
3440
linkLists:
3541
- linkListType: reference
@@ -52,6 +58,10 @@ landingContent:
5258
url: array-concat.md
5359
- text: ARRAY_CONTAINS
5460
url: array-contains.md
61+
- text: ARRAY_CONTAINS_ANY
62+
url: array-contains-any.md
63+
- text: ARRAY_CONTAINS_ALL
64+
url: array-contains-all.md
5565
- text: ARRAY_LENGTH
5666
url: array-length.md
5767
- text: ARRAY_SLICE
@@ -65,7 +75,7 @@ landingContent:
6575
- text: GetCurrentTicks
6676
url: getcurrentticks.md
6777
- text: GetCurrentTimestamp
68-
url: getcurrenttimestamp.md
78+
url: getcurrenttimestamp.md
6979
- title: Mathematical functions
7080
linkLists:
7181
- linkListType: reference
@@ -75,4 +85,4 @@ landingContent:
7585
- text: EXP
7686
url: exp.md
7787
- text: SIN
78-
url: sin.md
88+
url: sin.md
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: StringJoin
3+
titleSuffix: Azure Cosmos DB for NoSQL
4+
description: An Azure Cosmos DB for NoSQL system function that TODO
5+
author: seesharprun
6+
ms.author: sidandrews
7+
ms.reviewer: jacodel
8+
ms.service: azure-cosmos-db
9+
ms.subservice: nosql
10+
ms.topic: reference
11+
ms.devlang: nosql
12+
ms.date: 08/06/2024
13+
ms.custom: query-reference
14+
---
15+
16+
# StringJoin (NoSQL query)
17+
18+
[!INCLUDE[NoSQL](../../includes/appliesto-nosql.md)]
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: StringSplit
3+
titleSuffix: Azure Cosmos DB for NoSQL
4+
description: An Azure Cosmos DB for NoSQL system function that TODO
5+
author: seesharprun
6+
ms.author: sidandrews
7+
ms.reviewer: jacodel
8+
ms.service: azure-cosmos-db
9+
ms.subservice: nosql
10+
ms.topic: reference
11+
ms.devlang: nosql
12+
ms.date: 08/06/2024
13+
ms.custom: query-reference
14+
---
15+
16+
# StringSplit (NoSQL query)
17+
18+
[!INCLUDE[NoSQL](../../includes/appliesto-nosql.md)]

articles/cosmos-db/nosql/query/system-functions.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ landingContent:
2525
url: array-concat.md
2626
- text: ARRAY_CONTAINS
2727
url: array-contains.md
28+
- text: ARRAY_CONTAINS_ANY
29+
url: array-contains-any.md
30+
- text: ARRAY_CONTAINS_ALL
31+
url: array-contains-all.md
2832
- text: ARRAY_LENGTH
2933
url: array-length.md
3034
- text: ARRAY_SLICE
@@ -233,6 +237,10 @@ landingContent:
233237
links:
234238
- text: StringToObject
235239
url: stringtoobject.md
240+
- text: StringJoin
241+
url: stringjoin.md
242+
- text: StringSplit
243+
url: stringsplit.md
236244
- text: SUBSTRING
237245
url: substring.md
238246
- text: ToString
@@ -269,5 +277,5 @@ landingContent:
269277
linkLists:
270278
- linkListType: reference
271279
links:
272-
- text: VectorDistance
273-
url: vectordistance.md
280+
- text: VectorDistance
281+
url: vectordistance.md

0 commit comments

Comments
 (0)