[
https://issues.apache.org/jira/browse/CALCITE-5625?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17707462#comment-17707462
]
Julian Hyde commented on CALCITE-5625:
--------------------------------------
The problem with expanding ranges is that they sometimes become large
repetitive lists. The repetition makes it more difficult and expensive to apply
further optimizations. There is a good reason why we use SEARCH as the
canonical form and people would be confused if the SEARCH were to be expanded
if the expression crosses an RPC.
> Expand SEARCH RexNode when converting toJson
> ---------------------------------------------
>
> Key: CALCITE-5625
> URL: https://issues.apache.org/jira/browse/CALCITE-5625
> Project: Calcite
> Issue Type: Sub-task
> Reporter: Oliver Lee
> Priority: Major
>
> Because the Sarg class is not able to be serialized/deserialized to/from
> JSON, we would like to expand the SEARCH RexNode as a workaround.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)