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 2020/11/27 04:30:00 UTC

[jira] [Updated] (CALCITE-4420) Some simple arithmetic operations can be simplified

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

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

> Some simple arithmetic operations can be simplified
> ---------------------------------------------------
>
>                 Key: CALCITE-4420
>                 URL: https://issues.apache.org/jira/browse/CALCITE-4420
>             Project: Calcite
>          Issue Type: Improvement
>          Components: core
>            Reporter: Liya Fan
>            Assignee: Liya Fan
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Some simple arithmetic operations can be simplified, for example:
> a + 0 = a
> a - 0 = a
> a * 1 = a
> a / 1 = a
> In our product, we found such scenarios are fairly frequently encountered. For example, some SQL programmers use a * 1.0 as a convenient way to cast {{a}} to floating point type. 



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