walterddr opened a new pull request #1219: [CALCITE-3008] Create AuxiliaryConvertlet and use RexToRexConverter URL: https://github.com/apache/calcite/pull/1219 This fixes: https://issues.apache.org/jira/browse/CALCITE-3008 Created `AuxiliaryConvertlet` API to used as an interface for auxiliary conversion between RexNodes. - `AuxiliaryConvertletTable` and associated classes are used to register specific `AuxiliaryConverter`s based on the `SqlToRelConverter` configuration. - `RexToRexConverter` and associated classes are designed to reflect the rules for all auxiliary conversions.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
