zabetak commented on issue #1030: [CALCITE-2822] Allow MultiJoin rules with any 
project/filter
URL: https://github.com/apache/calcite/pull/1030#issuecomment-478778917
 
 
   > I need something like config.getRelBuilderFactory().getFilterFactory()
   
   The factories are inside the created RelBuilder. Can't you use something 
like:
   `final RelNode filter = relBuilder.filter(convertedWhere2);`
   or
    `relBuilder.push(bb.root);`
    `final RelNode filter = relBuilder.filter(convertedWhere2);`
   for instance?

----------------------------------------------------------------
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

Reply via email to