You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Danny Chen (Jira)" <ji...@apache.org> on 2020/08/10 12:38:00 UTC

[jira] [Created] (CALCITE-4171) Support named parameters for table window functions

Danny Chen created CALCITE-4171:
-----------------------------------

             Summary: 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.24.0, 1.23.0
            Reporter: Danny Chen
            Assignee: Danny Chen
             Fix For: 1.25.0


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))
```



--
This message was sent by Atlassian Jira
(v8.3.4#803005)