You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Julian Hyde (Jira)" <ji...@apache.org> on 2023/11/22 06:27:00 UTC

[jira] [Created] (CALCITE-6128) RelBuilder.sortLimit should compose offset and fetch

Julian Hyde created CALCITE-6128:
------------------------------------

             Summary: RelBuilder.sortLimit should compose offset and fetch
                 Key: CALCITE-6128
                 URL: https://issues.apache.org/jira/browse/CALCITE-6128
             Project: Calcite
          Issue Type: Improvement
            Reporter: Julian Hyde


The {{RelBuilder.sortLimit}} method should compose offset and fetch. If I call {{RelBuilder.sort}} to set sort with an offset, then call {{RelBuilder.offsetLimit}} to set a fetch, it currently creates two {{LogicalSort}} nodes but should create just one.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)