about flink calcite implement

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

about flink calcite implement

laughing.sheng@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.


[hidden email]
Reply | Threaded
Open this post in threaded view
|

Re: about flink calcite implement

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 [hidden email] <
[hidden email]> wrote:

>
> 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.
>
>
> [hidden email]
>