Describe the enhancement requested
On:
We introduced a PyArrow Arange utility function to ranges, similar to Python's range or numpy.arange.
This was done to fix a performance regression introduced earlier as numpy is optional and we were not using it anymore.
It was discussed on the PR to move the utility function to Arrow C++ as a possible improvement but due to the nature of the performance fix we didn't want to hold the fix.
This is to track that possible improvement.
Component(s)
C++, Python