You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2019/04/14 13:03:00 UTC

[jira] [Updated] (CALCITE-2998) RexCopier should support all rex types

     [ https://issues.apache.org/jira/browse/CALCITE-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated CALCITE-2998:
------------------------------------
    Labels: pull-request-available  (was: )

> RexCopier should support all rex types
> --------------------------------------
>
>                 Key: CALCITE-2998
>                 URL: https://issues.apache.org/jira/browse/CALCITE-2998
>             Project: Calcite
>          Issue Type: Improvement
>            Reporter: Chunwei Lei
>            Assignee: Chunwei Lei
>            Priority: Major
>              Labels: pull-request-available
>
> RexCopier don't support some rex types such as RexOver, RexDynamicParam and so on as follows.
> //RexCopier.java
> public RexNode visitOver(RexOver over) {
> {color:#FF0000}    throw new UnsupportedOperationException();{color}
>  }
> public RexWindow visitWindow(RexWindow window) {
> {color:#FF0000}    throw new UnsupportedOperationException();{color}
>  }
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)