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 CategoryDescription
Aggregate FunctionsOperate on a collection of values but return a single, summarizing value.
Analytic FunctionsReturn a value based on defined constraints.
GeoSpatial FunctionsPerform specialized GeoSpatial functions.
Record FunctionsReturns record properties or values.
Scalar FunctionsOperate 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 FunctionsDate and Time FunctionsMathematical FunctionsString Functions

Data Types
Query Language Elements
Time Management

Show: