You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Jesus Camacho Rodriguez (JIRA)" <ji...@apache.org> on 2015/09/04 19:49:45 UTC

[jira] [Closed] (CALCITE-857) Add SortJoinTransposeRule

     [ https://issues.apache.org/jira/browse/CALCITE-857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jesus Camacho Rodriguez closed CALCITE-857.
-------------------------------------------
    Resolution: Duplicate

Issue is already being discussed in CALCITE-831.

> Add SortJoinTransposeRule
> -------------------------
>
>                 Key: CALCITE-857
>                 URL: https://issues.apache.org/jira/browse/CALCITE-857
>             Project: Calcite
>          Issue Type: New Feature
>          Components: core
>            Reporter: Jesus Camacho Rodriguez
>            Assignee: Jesus Camacho Rodriguez
>
> Given a left or right outer join and a sort operator on top of it, we would like to add a planner rule that pushes the sort operation to the left or right input of the join, respectively.
> The simple version of the rule would push the sort operator if it consists only of a limit operation.



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