Kurt Young created FLINK-7987:
---------------------------------

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


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
(v6.4.14#64029)

Reply via email to