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

xiong duan resolved CALCITE-6878.
---------------------------------
    Fix Version/s: 1.40.0
       Resolution: Fixed

> Implement FilterSortTransposeRule
> ---------------------------------
>
>                 Key: CALCITE-6878
>                 URL: https://issues.apache.org/jira/browse/CALCITE-6878
>             Project: Calcite
>          Issue Type: New Feature
>            Reporter: Zhen Chen
>            Assignee: Zhen Chen
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.40.0
>
>
> Do we need this rule?
> from: 
> {code:java}
> LogicalFilter(condition=[<($0, 10)])
>   LogicalSort(sort0=[$0], dir0=[ASC])
>     LogicalProject(EMPNO=[$0])
>       LogicalTableScan(table=[[scott, EMP]]) {code}
> to: 
> {code:java}
> LogicalSort(sort0=[$0], dir0=[ASC])
>   LogicalFilter(condition=[<($0, 10)])
>     LogicalProject(EMPNO=[$0])
>       LogicalTableScan(table=[[scott, EMP]]) {code}



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

Reply via email to