Commits


liyafan82 authored and Micah Kornfield committed 8cacb2f48bb
ARROW-6031: [Java] Support iterating a vector by ArrowBufPointer Provide the functionality to traverse a vector (fixed-width vector & variable-width vector) by an iterator. This is convenient for scenarios when accessing vector elements in sequence. Closes #4950 from liyafan82/fly_0725_iter and squashes the following commits: bb05ce734 <liyafan82> Support iterating a vector by ArrowBufPointer Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Micah Kornfield <emkornfield@gmail.com>