hi John -- I'd recommend implementing these capabilities as Kernel functions under cpp/src/arrow/compute, then they can be exposed in Python easily.
- Wes On Mon, May 13, 2019 at 9:01 AM John Muehlhausen <j...@jgm.org> wrote: > > Does pyarrow currently support filter/sort/search without conversion to > pandas? I don’t see anything but want to be sure. Sorry if I overlooked it. > > Specific needs: > > 1- filter an arrow record batch and sort the results into a new batch > 2- find slice locations for a sorted batch using binary search > > If I wanted to contribute this functionality to pyarrow, how would I plug > in to that effort? > > Thanks, > John