Re: Link4j AST Node | ExpressionWriter Runtime Exception

2020-05-27 Thread Julian Hyde
Do you really need to create a new kind of Linq4j node? On Wed, May 27, 2020 at 11:03 AM Ravi Kapoor wrote: > > Hi Team, > > The Java AST Node interface in the calcite - linq4j project has below API > for converting expressions to java code > > *void accept(ExpressionWriter expressionWriter)* >

Link4j AST Node | ExpressionWriter Runtime Exception

2020-05-27 Thread Ravi Kapoor
Hi Team, The Java AST Node interface in the calcite - linq4j project has below API for converting expressions to java code *void accept(ExpressionWriter expressionWriter)* However, ExpressionWriter class is declared as package protected and not part of exported API. Could not understand the