📜  DocumentDB SQL-内置函数

📅  最后修改于: 2020-11-28 13:38:21             🧑  作者: Mango


DocumentDB支持许多内置函数,可用于查询内部的常见操作。有很多函数可以执行数学计算,还有类型检查功能,这些功能在处理不同的模式时非常有用。这些函数可以测试某个属性是否存在,以及是否确实是数字,字符串,布尔值或对象。

我们还获得了这些用于解析和处理字符串的便捷函数,以及一些用于处理数组的函数,这些函数使您可以执行诸如连接数组之类的操作并测试数组是否包含特定元素。

以下是不同类型的内置函数-

S.No. Built-in Functions & Description
1 Mathematical Functions

The mathematical functions perform a calculation, usually based on input values that are provided as arguments, and return a numeric value.

2 Type Checking Functions

The type checking functions allow you to check the type of an expression within SQL queries.

3 String Functions

The string functions perform an operation on a string input value and return a string, numeric or Boolean value.

4 Array Functions

The array functions perform an operation on an array input value and return in the form of numeric, Boolean or array value.

5 Spatial Functions

DocumentDB also supports the Open Geospatial Consortium (OGC) built-in functions for geospatial querying.