You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2020/11/08 14:31:00 UTC

[jira] [Updated] (CALCITE-4386) Support RelShuttle visit specific logical operators

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

ASF GitHub Bot updated CALCITE-4386:
------------------------------------
    Labels: pull-request-available  (was: )

> Support RelShuttle visit specific logical operators
> ---------------------------------------------------
>
>                 Key: CALCITE-4386
>                 URL: https://issues.apache.org/jira/browse/CALCITE-4386
>             Project: Calcite
>          Issue Type: Wish
>            Reporter: xzh_dz
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> In the current implementation, some operators, such as `LogicalProject` and `LogicalFilter`, can be directly accessed by `Relshuttle`, while others, such as `LogicalCalc` and `LogicalWindow`, cannot be accessed directly. `RelShuttle` is a very important tool class. Usually, we will do equivalent transformation of relational algebra in the process of relational algebra optimization. This PR will cover the method of the operator visit `RelShuttle`, and the specific operator can be accessed directly by visiting `RelNode`.



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