You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Julian Hyde (JIRA)" <ji...@apache.org> on 2015/12/09 19:50:11 UTC

[jira] [Created] (CALCITE-1010) Support FETCH/LIMIT and OFFSET in RelToSqlConverter

Julian Hyde created CALCITE-1010:
------------------------------------

             Summary: Support FETCH/LIMIT and OFFSET in RelToSqlConverter
                 Key: CALCITE-1010
                 URL: https://issues.apache.org/jira/browse/CALCITE-1010
             Project: Calcite
          Issue Type: Bug
            Reporter: Julian Hyde
            Assignee: Julian Hyde


Extend RelToSqlConverter to support FETCH/LIMIT and OFFSET.

FETCH is the standard but LIMIT is more common. Therefore we will need to extend the Dialect to know which syntax a particular database prefers. If it accepts both, let's generate standard SQL syntax.

Work has already started in https://github.com/amoghmargoor/incubator-calcite/tree/CALCITE-1003.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)