Add boolean equality and inequality kernels #842
Labels
arrow
Changes to the arrow crate
enhancement
Any new improvement worthy of a entry in the changelog
good first issue
Good for newcomers
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
I am trying to compare two boolean arrays (see DataFusion PR apache/datafusion#1163) and produce another
BooleanArray
There are a variety of kernels in arrow that support comparing primitive (numeric) arrays and string arrays such as
eq
,eq_utf8
eq_scalar
, etc.https://docs.rs/arrow/6.0.0/arrow/compute/kernels/comparison/index.html
Describe the solution you'd like
I would like the following four kernels in arrow (see implementations in apache/datafusion#1163)
The text was updated successfully, but these errors were encountered: