Skip to content

[C++] Add kernels for comparison operations to scalars #19443

@asfimport

Description

@asfimport

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:

PRs and other links:

Note: This issue was originally created as ARROW-3087. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions