Skip to content

Commit d46444c

Browse files
Merge pull request #252461 from seesharprun/cosmos-nosql-related-content-1
Cosmos DB | NoSQL | Query pattern revamp (1)
2 parents 8b36519 + 8cd95cb commit d46444c

File tree

10 files changed

+20
-20
lines changed

10 files changed

+20
-20
lines changed

articles/cosmos-db/nosql/query/abs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/17/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -46,7 +46,7 @@ The following example shows the results of using this function on three differen
4646

4747
- This function benefits from the use of a [range index](../../index-policy.md#includeexclude-strategy).
4848

49-
## Next steps
49+
## Related content
5050

5151
- [System functions](system-functions.yml)
5252
- [`IS_NUMBER`](is-number.md)

articles/cosmos-db/nosql/query/acos.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/17/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -46,7 +46,7 @@ The following example calculates the arccosine of the specified values using the
4646

4747
- This system function doesn't use the index.
4848

49-
## Next steps
49+
## Related content
5050

5151
- [System functions](system-functions.yml)
5252
- [`COS`](cos.md)

articles/cosmos-db/nosql/query/array-concat.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/17/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -51,7 +51,7 @@ The following example shows how to concatenate two arrays.
5151

5252
- This function doesn't utilize the index.
5353

54-
## Next steps
54+
## Related content
5555

5656
- [System functions](system-functions.yml)
5757
- [Introduction to Azure Cosmos DB](../../introduction.md)

articles/cosmos-db/nosql/query/array-contains.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/18/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -48,7 +48,7 @@ The following example illustrates how to check for specific values or objects in
4848

4949
- This system function benefits from a [range index](../../index-policy.md#includeexclude-strategy).
5050

51-
## Next steps
51+
## Related content
5252

5353
- [System functions](system-functions.yml)
5454
- [`ARRAY_CONCAT`](array-concat.md)

articles/cosmos-db/nosql/query/array-length.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/18/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -46,7 +46,7 @@ The following example illustrates how to get the length of an array using the fu
4646

4747
- This system function doesn't use the index.
4848

49-
## Next steps
49+
## Related content
5050

5151
- [System functions](system-functions.yml)
5252
- [`ARRAY_SLICE`](array-slice.md)

articles/cosmos-db/nosql/query/array-slice.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/18/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -48,7 +48,7 @@ The following example shows how to get different slices of an array using the fu
4848

4949
- This system function doesn't use the index.
5050

51-
## Next steps
51+
## Related content
5252

5353
- [System functions](system-functions.yml)
5454
- [`ARRAY_LENGTH`](array-length.md)

articles/cosmos-db/nosql/query/asin.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/18/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -46,7 +46,7 @@ The following example calculates the arcsine of the specified angle using the fu
4646

4747
- This system function doesn't use the index.
4848

49-
## Next steps
49+
## Related content
5050

5151
- [System functions](system-functions.yml)
5252
- [`SIN`](sin.md)

articles/cosmos-db/nosql/query/atan.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/18/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -46,7 +46,7 @@ The following example calculates the arctangent of the specified angle using the
4646

4747
- This system function doesn't use the index.
4848

49-
## Next steps
49+
## Related content
5050

5151
- [System functions](system-functions.yml)
5252
- [`TAN`](tan.md)

articles/cosmos-db/nosql/query/atn2.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/18/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -47,7 +47,7 @@ The following example calculates the arctangent for the specified `x` and `y` co
4747

4848
- This system function doesn't use the index.
4949

50-
## Next steps
50+
## Related content
5151

5252
- [System functions](system-functions.yml)
5353
- [`TAN`](tan.md)

articles/cosmos-db/nosql/query/average.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.subservice: nosql
1010
ms.topic: reference
11-
ms.date: 07/17/2023
11+
ms.date: 09/21/2023
1212
ms.custom: query-reference
1313
---
1414

@@ -52,7 +52,7 @@ In this example, the function is used to average the values of a specific field
5252
- If any arguments in `AVG` are string, boolean, or null; the entire aggregate system function returns `undefined`.
5353
- If any individual argument has an `undefined` value that value isn't included in the `AVG` calculation.
5454

55-
## Next steps
55+
## Related content
5656

5757
- [System functions](system-functions.yml)
5858
- [`SUM`](sum.md)

0 commit comments

Comments
 (0)