[jira] [Created] (CALCITE-5201) Improve SemiJoinRule to match more cases for semi join

2022-06-26 Thread Benchao Li (Jira)
Benchao Li created CALCITE-5201: --- Summary: Improve SemiJoinRule to match more cases for semi join Key: CALCITE-5201 URL: https://issues.apache.org/jira/browse/CALCITE-5201 Project: Calcite Issu

[jira] [Created] (CALCITE-5200) FILTER_INTO_JOIN rule in RelOptMaterializations is too "smart"

2022-06-26 Thread Steven Talbot (Jira)
Steven Talbot created CALCITE-5200: -- Summary: FILTER_INTO_JOIN rule in RelOptMaterializations is too "smart" Key: CALCITE-5200 URL: https://issues.apache.org/jira/browse/CALCITE-5200 Project: Calcite

Re: Re: Re: Looking for help: There are not enough rules to produce a node with desired properties

2022-06-26 Thread Benchao Li
Hi 丰斌, Below four kinds of Table can all fit your case. - ScannableTable - FilterableTable - ProjectableFilterableTable - QueryableTable Translatable is another different case, it provides a way for you to translate your table to your customized TableScan. If you just want to add your CK table int