Analytic Functions (Azure Stream Analytics)
Published: March 1, 2015
Updated: July 14, 2016
Applies To: Azure
Stream Analytics Query Language provides the following analytic functions:
| ISFIRST (Azure Stream Analytics) | LAG (Azure Stream Analytics) | LAST (Azure Stream Analytics) |
Note that in Stream Analytics query language, WHERE clauses may include analytic functions. All analytic function computations are performed over original input events and are not affected by other predicates that can be included in WHERE clause.
Built-In Functions
Aggregate Functions
Array Functions
Conversion Functions
Date and Time Functions
Mathematical Functions
Record Functions
String Functions
Show: