You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/05/19 23:20:07 UTC

[GitHub] [calcite] walterddr opened a new pull request #1219: [CALCITE-3008] Create AuxiliaryConvertlet and use RexToRexConverter

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:
users@infra.apache.org


With regards,
Apache Git Services