You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@calcite.apache.org by "Konstantin Orlov (Jira)" <ji...@apache.org> on 2021/04/14 10:26:00 UTC

[jira] [Created] (CALCITE-4580) Change the visibility for SqlNode constructor

Konstantin Orlov created CALCITE-4580:
-----------------------------------------

             Summary: Change the visibility for SqlNode constructor
                 Key: CALCITE-4580
                 URL: https://issues.apache.org/jira/browse/CALCITE-4580
             Project: Calcite
          Issue Type: Task
            Reporter: Konstantin Orlov


Currently the constructor is package private. That forces developers extending the parser to put all custom nodes under {{org.apache.calcite.sql}} package (or at least create one abstract node {{MySqlNode}} extending {{SqlNode}} and exposing the constructor). It would nice to have the constructor exposed by {{SqlNode}} itself.



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