Re: about flink calcite implement

2021-01-25 Thread Kurt Young
Flink will convert all projections and filters to calc before converting to logical nodes. You can check out FlinkStreamRuleSets.LOGICAL_RULES Best, Kurt On Mon, Jan 25, 2021 at 11:03 AM laughing.sh...@qq.com < laughing.sh...@qq.com> wrote: > > In flink table planner module, I can not find the

about flink calcite implement

2021-01-24 Thread laughing.sh...@qq.com
In flink table planner module, I can not find the rule that convert calcite Filter or LogicalFilter into flink physicalNode. how flink implement the filter operator. Is there any class like DataStreamScan that implement the TableScan. laughing.sh...@qq.com