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

Julian Hyde commented on CALCITE-3599:
--------------------------------------

RexRangeRef is ephemeral. Digest exists so that you can compare two nodes, and 
we never need to do that. Instead of setting digest, how about overriding 
{{toString()}}? Then the cost only gets paid if you print the string in the 
debugger.

> Initial the digest of RexRangeRef to avoid null string
> ------------------------------------------------------
>
>                 Key: CALCITE-3599
>                 URL: https://issues.apache.org/jira/browse/CALCITE-3599
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>            Reporter: Chunwei Lei
>            Assignee: Chunwei Lei
>            Priority: Minor
>              Labels: pull-request-available
>         Attachments: image-2019-12-12-23-49-18-977.png
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently, the digest of {{RexRangeRef}} is always {{null}} which is 
> confusing when we try to debug the code. I suggest changing it to a more 
> meaningful string such as {{offset(0)}}.
> !image-2019-12-12-23-49-18-977.png|width=529,height=234!
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to