You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2019/02/06 14:55:00 UTC

[jira] [Updated] (ARROW-3087) [C++] Add kernels for comparison operations to scalars

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

Wes McKinney updated ARROW-3087:
--------------------------------
    Fix Version/s:     (was: 0.13.0)
                   0.14.0

> [C++] Add kernels for comparison operations to scalars
> ------------------------------------------------------
>
>                 Key: ARROW-3087
>                 URL: https://issues.apache.org/jira/browse/ARROW-3087
>             Project: Apache Arrow
>          Issue Type: New Feature
>          Components: C++
>            Reporter: Uwe L. Korn
>            Priority: Major
>              Labels: Analytics
>             Fix For: 0.14.0
>
>
> This should implement the comparison operators  {{>=, >, ==, !=, <, <=}} between {{arrow::compute::Datum}} and {{arrow::compute::Scalar}}. 
> The result of this kernel will be a boolean type {{arrow::compute::Datum}} where with True/False set according to the outcome of the operation and NA if a row was not valid.
> A pre-condition to implement this kernel is to have a working implementation of {{arrow::compute::Scalar}}.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)