[ 
https://issues.apache.org/jira/browse/CALCITE-5086?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17518801#comment-17518801
 ] 

xiong duan commented on CALCITE-5086:
-------------------------------------

The Calcite has supported this by PrestoSqlDialect[Same as Trino]. You can try 
to find the relative test in 
[RelToSqlConverterTest|https://github.com/apache/calcite/blob/master/core/src/test/java/org/apache/calcite/rel/rel2sql/RelToSqlConverterTest.java#L2681].

> Calcite supports OFFSET start LIMIT count expression
> ----------------------------------------------------
>
>                 Key: CALCITE-5086
>                 URL: https://issues.apache.org/jira/browse/CALCITE-5086
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>    Affects Versions: 1.30.0
>         Environment: jdk8
>            Reporter: yanjing.wang
>            Assignee: yanjing.wang
>            Priority: Minor
>             Fix For: 1.31.0
>
>
> Calcite supports 'LIMIT count OFFSET start' now, otherwise trino supports 
> 'OFFSET start LIMIT count', we can make an improvement to support both.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to