You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Yijie Shen (JIRA)" <ji...@apache.org> on 2016/04/11 20:01:25 UTC

[jira] [Created] (FLINK-3736) Move toRexNode and toAggCall logic into Expressions

Yijie Shen created FLINK-3736:
---------------------------------

             Summary: Move toRexNode and toAggCall logic into Expressions
                 Key: FLINK-3736
                 URL: https://issues.apache.org/jira/browse/FLINK-3736
             Project: Flink
          Issue Type: Improvement
          Components: Table API
            Reporter: Yijie Shen
            Priority: Minor


Since we have a one-to-one mapping from Flink Expression to Calcite RexNode, and we will implement more and more expressions to make flink-table a full-fledged module, I think it's worthwhile to let each Expression take care of its own behaviour on conversion to RexNode.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)