[
https://issues.apache.org/jira/browse/FLINK-7987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kurt Young closed FLINK-7987.
-----------------------------
Resolution: Unresolved
> Use RexBuilder when converting Expression to RexNode
> ----------------------------------------------------
>
> Key: FLINK-7987
> URL: https://issues.apache.org/jira/browse/FLINK-7987
> Project: Flink
> Issue Type: Improvement
> Components: Table API & SQL
> Reporter: Kurt Young
> Priority: Major
>
> Currently, when converting {{Expression}} to {{RexNode}}, we passed in a
> {{RelBuilder}}, which is more complex to construct than {{RexBuilder}}. E.g.
> we need to push a fake table and a fake select node into RelBuilder, in order
> to get input type information.
> I think in this case, {{RexBuilder}} will be enough for generating
> {{RexNode}}.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)