-
Notifications
You must be signed in to change notification settings - Fork 4.1k
[C++] Add kernels for comparison operations to scalars #19443
Copy link
Copy link
Closed
Description
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.
Reporter: Uwe Korn / @xhochy
Assignee: Francois Saint-Jacques / @fsaintjacques
Related issues:
- [C++] Consider adding a scalar type object model (is blocked by)
- [C++] Kernel to compare array with array (relates to)
PRs and other links:
Note: This issue was originally created as ARROW-3087. Please see the migration documentation for further details.
Reactions are currently unavailable