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)