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

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

xzh_dz created CALCITE-4386:
-------------------------------

             Summary: 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


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)