Commits

Wes McKinney authored af6868dac44
ARROW-8500: [C++] Add benchmark for using Filter on RecordBatch Since I changed Filter on RecordBatch to transform the filter to indices and use Take, I wanted to have a benchmark to compare the before/after performance so this can also be monitored over time. These benchmarks could use some refactoring but this is at least a starting point. Closes #7475 from wesm/ARROW-8500 Authored-by: Wes McKinney <wesm@apache.org> Signed-off-by: Wes McKinney <wesm@apache.org>