Commits

Wes McKinney authored 372e6efefab
ARROW-8762: [C++] Use arrow::internal::BitmapAnd directly in Gandiva I benchmarked the specialized implementation and it did not perform better than `arrow::internal::BitmapAnd`. Closes #7489 from wesm/ARROW-8762 Authored-by: Wes McKinney <wesm@apache.org> Signed-off-by: Wes McKinney <wesm@apache.org>