You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Ruben Q L (Jira)" <ji...@apache.org> on 2020/03/11 15:51:00 UTC

[jira] [Created] (CALCITE-3854) Add a rule to copy a Sort below a Correlate operator

Ruben Q L created CALCITE-3854:
----------------------------------

             Summary: Add a rule to copy a Sort below a Correlate operator
                 Key: CALCITE-3854
                 URL: https://issues.apache.org/jira/browse/CALCITE-3854
             Project: Calcite
          Issue Type: Improvement
          Components: core
    Affects Versions: 1.22.0
            Reporter: Ruben Q L


Analogously to SortJoinCopyRule (introduced via CALCITE-3853), we could have a new rule (SortCorrelateCopyRule) that will copy a Sort below a Correlate operator.
This rule will NOT be included in the default ruleset of Calcite.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)