Mathematical Functions (Azure Stream Analytics)
The following scalar functions perform a calculation, usually based on input values that are provided as arguments, and return a numeric value:
Scalar functions | ... |
---|---|
ABS | CEILING |
EXP | FLOOR |
POWER | SIGN |
SQUARE | SQRT |
ROUND |
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.
See Also
Built-In Functions
Aggregate Functions
Analytic Functions
Array Functions
Conversion Functions
Date and Time Functions
Record Functions
String Functions