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

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

    [ https://issues.apache.org/jira/browse/CALCITE-2998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16817319#comment-16817319 ] 

Chunwei Lei commented on CALCITE-2998:
--------------------------------------

I opened a pull request: [https://github.com/apache/calcite/pull/1164].

> 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
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)