Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.26.0
-
None
Description
An example from the SQL standard 2016 Polymorphic Table Functions:
SELECT W.wstart, W.wend, OI.customer, SUM(OI.price) FROM TABLE(SESSION( data => TABLE(order_item) AS OI PARTITION BY customer, timecol => DESCRIPTOR(order_time), timeout => INTERVAL '10' MINUTE)) W GROUP BY 1, 2, 3
Attachments
Attachments
Issue Links
- is related to
-
CALCITE-4866 Updates SqlWindowTableFunction because it's a Polymorphic Table Function
- Open
-
FLINK-24024 Support session Window TVF
- Closed
-
FLINK-23544 Window TVF Supports session window
- Closed
-
CALCITE-4864 Supports Polymorphic Table function
- Open
- relates to
-
CALCITE-3780 SESSION Table-valued Function
- Closed