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

Jesus Camacho Rodriguez updated CALCITE-857:
--------------------------------------------
    Description: 
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.

  was:
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.



> 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)

Reply via email to