[
https://issues.apache.org/jira/browse/ARROW-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Krisztian Szucs resolved ARROW-3087.
------------------------------------
Resolution: Fixed
Issue resolved by pull request 3963
[https://github.com/apache/arrow/pull/3963]
> [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
> Assignee: Francois Saint-Jacques
> Priority: Major
> Labels: Analytics, pull-request-available
> Fix For: 0.14.0
>
> Time Spent: 10h 10m
> Remaining Estimate: 0h
>
> 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)