You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Ian Cook (Jira)" <ji...@apache.org> on 2021/07/16 21:50:00 UTC

[jira] [Updated] (ARROW-13367) [C++] Add option to is_null kernel to return true on NaN

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

Ian Cook updated ARROW-13367:
-----------------------------
    Description: Currently the {{is_null}} C++ kernel returns {{false}} on {{NaN}} values in floating point number data. Consider adding a boolean option to this kernel that could be used to make it return {{true}} on {{NaN}} values. This would allow the code added in ARROW-12055 to be much simplified.  (was: Currently the {{is_null}} C++ kernel returns {{false}} on {{NaN}} values. Consider adding a boolean option to this kernel that could be used to make it return {{true}} on {{NaN}} values. This would allow the code added in ARROW-12055 to be much simplified.)

> [C++] Add option to is_null kernel to return true on NaN
> --------------------------------------------------------
>
>                 Key: ARROW-13367
>                 URL: https://issues.apache.org/jira/browse/ARROW-13367
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: Ian Cook
>            Priority: Minor
>
> Currently the {{is_null}} C++ kernel returns {{false}} on {{NaN}} values in floating point number data. Consider adding a boolean option to this kernel that could be used to make it return {{true}} on {{NaN}} values. This would allow the code added in ARROW-12055 to be much simplified.



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