Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Support grouping set syntax in WindowAggregate, like the following example.
//代码占位符 SELECT a, TUMBLE_START(rowtime, INTERVAL '15' MINUTE), TUMBLE_END(rowtime, INTERVAL '15' MINUTE), COUNT(1) FROM MyTable GROUP BY GROUPING SETS (`a`, ()), TUMBLE(rowtime, INTERVAL '15' MINUTE)
Attachments
Issue Links
- is related to
-
FLINK-19604 FLIP-145: Support SQL windowing table-valued function
- Closed
- relates to
-
FLINK-21482 Support grouping set syntax for Window TVF based aggregation
- Closed
- links to