File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
articles/cosmos-db/nosql/query Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,11 @@ The below scalar functions perform an operation on a string input value and retu
41
41
| [ StringToBoolean] ( stringtoboolean.md ) | Full scan | Full scan | |
42
42
| [ StringToNull] ( stringtonull.md ) | Full scan | Full scan | |
43
43
| [ StringToNumber] ( stringtonumber.md ) | Full scan | Full scan | |
44
+ | [ StringToObject] ( stringtoobject.md ) | Full scan | Full scan | |
45
+ | [ SUBSTRING] ( substring.md ) | Full scan | Full scan | |
46
+ | [ ToString] ( tostring.md ) | Full scan | Full scan | |
47
+ | [ TRIM] ( trim.md ) | Full scan | Full scan | |
48
+ | [ UPPER] ( upper.md ) | Full scan | Full scan | |
44
49
45
50
Learn about about [ index usage] ( ../../index-overview.md#index-usage ) in Azure Cosmos DB.
46
51
You can’t perform that action at this time.
0 commit comments