Drew Schmitt created CALCITE-3974:
-------------------------------------

             Summary: Add some accessors for Calcite AST nodes private data 
fields
                 Key: CALCITE-3974
                 URL: https://issues.apache.org/jira/browse/CALCITE-3974
             Project: Calcite
          Issue Type: Improvement
            Reporter: Drew Schmitt


There are a few private fields in Calcite's AST nodes that would be easier to 
access with an explicit getter, rather than using the getOperandList() method.

For example, SqlCreateFunction's name field is private, but can already be 
access through getOperandList().get(0). We should add an explicit getName() 
getter.



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

Reply via email to