[
https://issues.apache.org/jira/browse/CALCITE-4171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Danny Chen updated CALCITE-4171:
--------------------------------
Description:
Supports window functions like named params style:
{code:sql}
select *
from table(
session(
data => table Shipments,
timecol => descriptor(rowtime),
key => descriptor(orderId),
size => INTERVAL '10' MINUTE))
{code}
was:
Supports window functions like named params style:
```sql
select *
from table(
session(
data => table Shipments,
timecol => descriptor(rowtime),
key => descriptor(orderId),
size => INTERVAL '10' MINUTE))
```
> Support named parameters for table window functions
> ---------------------------------------------------
>
> Key: CALCITE-4171
> URL: https://issues.apache.org/jira/browse/CALCITE-4171
> Project: Calcite
> Issue Type: Bug
> Components: core
> Affects Versions: 1.23.0, 1.24.0
> Reporter: Danny Chen
> Assignee: Danny Chen
> Priority: Major
> Fix For: 1.25.0
>
>
> Supports window functions like named params style:
> {code:sql}
> select *
> from table(
> session(
> data => table Shipments,
> timecol => descriptor(rowtime),
> key => descriptor(orderId),
> size => INTERVAL '10' MINUTE))
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)