Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.23.0, 1.24.0
Description
Supports window functions like named params style:
select * from table( session( data => table Shipments, timecol => descriptor(rowtime), key => descriptor(orderId), size => INTERVAL '10' MINUTE))
Attachments
Issue Links
- is duplicated by
-
CALCITE-3788 SqlValidatorImpl.registerOperandSubQueries should skip creating SCALAR_QUERY call when operand is a SqlSelect cause the SqlSelect does not return a scalar value
- Closed
- relates to
-
CALCITE-2082 Do not store types or type factories inside operators
- Closed
- links to