Built-in Functions (Azure Stream Analytics)
Updated: April 22, 2016
Applies To: Azure
Azure Stream Analytics provides some built-in functions. The categories of built-in functions are:
| Function Category | Description |
|---|---|
| Aggregate Functions | Operate on a collection of values but return a single, summarizing value. |
| Analytic Functions | Return a value based on defined constraints. |
| GeoSpatial Functions | Perform specialized GeoSpatial functions. |
| Record Functions | Returns record properties or values. |
| Scalar Functions | Operate on a single value and then return a single value. Scalar functions can be used wherever an expression is valid. |
A scalar function operates on a single value and then return a single value. Scalar functions can be used wherever an expression is valid.
The categories of scalar functions are:
| Conversion Functions | Date and Time Functions | Mathematical Functions | String Functions |
Show: