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