- Stream Analytics with Microsoft Azure
- Anindita Basak Krishna Venkataraman Ryan Murphy Manpreet Singh
- 160字
- 2021-07-02 22:35:57
Declarative SQL constructs
A simple-to-use UI is provided and queries can be constructed using the provided user interface. The following is the feature set of the declarative SQL constructs:
- Filters (Where)
- Projections (Select)
- Time-window and property-based aggregates (Group By)
- Time-shifted joins (specifying time bounds within which the joining events must occur)
- All combinations thereof
The following is a summary of different constructs to manipulate streaming data:
- Data manipulation: SELECT, FROM, WHERE GROUP BY, HAVING, CASE WHEN THEN ELSE, INNER/LEFT OUTER JOIN, UNION, CROSS/OUTER APPLY, CAST, INTO, ORDER BY ASC, DSC
- Date and time functions: DateName, DatePart, Day, Month, Year, DateDiff, DateTimeFromParts, DateAdd
- Temporal functions: Lag, IsFirst, LastCollectTop
- Aggregate functions: SUM, COUNT, AVG, MIN, MAX, STDEV, STDEVP, VAR VARP, TopOne
- Mathematical functions: ABS, CEILING, EXP, FLOOR POWER, SIGN, SQUARE, SQRT
- String functions: Len, Concat, CharIndex Substring, Lower Upper, PatIndex
- Scaling extensions: WITH, PARTITION BY OVER
- Geospatial: CreatePoint, CreatePolygon, CreateLineString, ST_DISTANCE, ST_WITHIN, ST_OVERLAPS, ST_INTERSECTS
推薦閱讀
- PowerShell 3.0 Advanced Administration Handbook
- JavaScript實(shí)例自學(xué)手冊(cè)
- 控制與決策系統(tǒng)仿真
- 嵌入式Linux上的C語(yǔ)言編程實(shí)踐
- Maya 2012從入門(mén)到精通
- 可編程序控制器應(yīng)用實(shí)訓(xùn)(三菱機(jī)型)
- 大學(xué)C/C++語(yǔ)言程序設(shè)計(jì)基礎(chǔ)
- Building a BeagleBone Black Super Cluster
- INSTANT Heat Maps in R:How-to
- 計(jì)算機(jī)組成與操作系統(tǒng)
- 基于RPA技術(shù)財(cái)務(wù)機(jī)器人的應(yīng)用與研究
- 數(shù)字多媒體技術(shù)基礎(chǔ)
- 暗戰(zhàn)強(qiáng)人:黑客及反黑客工具快速精通
- Building Analytics Teams
- 深度學(xué)習(xí)實(shí)戰(zhàn)