Commits


liyafan82 authored and Micah Kornfield committed 3f767ce3886
ARROW-5719: [Java] Support in-place vector sorting Support in-place sorting for vectors. An in-place sorter sorts the vector by directly modifying the vector data, so the input and output vectors are the same one. Author: liyafan82 <fan_li_ya@foxmail.com> Closes #4699 from liyafan82/fly_0625_isort and squashes the following commits: 2b4fc8233 <liyafan82> Remove type width 1f210d9d3 <liyafan82> Remove data copier e3400a9cb <liyafan82> Support in-place vector sorting