[
https://issues.apache.org/jira/browse/CALCITE-4000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17106960#comment-17106960
]
Viliam Durina commented on CALCITE-4000:
----------------------------------------
There's no offset for SESSION.
> Support OFFSET parameter in TUMBLE/HOP/SESSION table functions
> ---------------------------------------------------------------
>
> Key: CALCITE-4000
> URL: https://issues.apache.org/jira/browse/CALCITE-4000
> Project: Calcite
> Issue Type: Sub-task
> Reporter: Rui Wang
> Assignee: Rui Wang
> Priority: Major
>
> TUMBLE/HOP/SESSION have an optional "OFFSET" parameter to indicate how many
> time off from 0 for windowing.
> {code:java}
> TUMBLE(table, size [, offset])
> HOP(table, shift, size, [, offset])
> SESSION(table, gap, [, offset])
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)