Mathematical Functions (Azure Stream Analytics)
Published: October 22, 2015
Updated: April 22, 2016
Applies To: Azure
The following scalar functions perform a calculation, usually based on input values that are provided as arguments, and return a numeric value:
| ABS | CEILING |
| EXP | FLOOR |
| POWER | SIGN |
| SQUARE | SQRT |
All mathematical functions are deterministic functions. This means they return the same results each time they are called with a specific set of input values.
Built-In Functions
Aggregate Functions
Analytic Functions
Array Functions
Conversion Functions
Date and Time Functions
Record Functions
String Functions
Show: