Commits

Neal Richardson authored 7fd9bac32a5
ARROW-6784: [C++][R] Move filter and take for ChunkedArray, RecordBatch, and Table from Rcpp to C++ library - [x] RecordBatch Filter - [x] RecordBatch Take - [x] ChunkedArray Filter - [x] ChunkedArray Take - [x] Table Filter - [x] Table Take - [x] Tests for ChunkedArray/Table Filter - [x] lint etc. Closes #5686 from nealrichardson/move-to-cpp and squashes the following commits: 21dbd26db <Neal Richardson> Add notes and warnings f29867fd1 <Neal Richardson> Too much int64_t e39425bae <Neal Richardson> s/int/int64_t/g f7075982d <Neal Richardson> moar lint 4ef90eb7f <Neal Richardson> lint 7f2c436d2 <Neal Richardson> Remove a bunch of leftover arrow:: 7dd52d6f7 <Neal Richardson> Add table tests 598fc22f5 <Neal Richardson> Apply suggestions from code review e00776005 <Neal Richardson> Add ChunkedArray tests for Filter and Take e43617ae0 <Neal Richardson> Take(Table, Array) and Take(Table, ChunkedArray), with R tests 3f01c9f72 <Neal Richardson> Take(Array, ChunkedArray), with R test 9ae88d8ea <Neal Richardson> Take(ChunkedArray, ChunkedArray), with R test d632b8dd6 <Neal Richardson> Take(ChunkedArray, Array); needs test and should handle more cases without concatenation ebaa2a3bb <Neal Richardson> Move Table Filter methods to cpp (also pending tests) fc7c8dd56 <Neal Richardson> Move ChunkedArray Filter (with ChunkedArray) to cpp (test deferred) 1f5b57376 <Neal Richardson> Move ChunkedArray Filter (with Array) to cpp (test deferred) 6793e58a1 <Neal Richardson> Move RecordBatch Take to cpp; fill in a test for RecordBatch Filter 55cf80843 <Neal Richardson> Use new RecordBatch Filter method Authored-by: Neal Richardson <neal.p.richardson@gmail.com> Signed-off-by: Neal Richardson <neal.p.richardson@gmail.com>