Commits


liyafan82 authored and Pindikura Ravindra committed 065d9dc403d
ARROW-5970: [Java] Provide pointer to Arrow buffer Introduce pointer to a memory region within an ArrowBuf. This pointer will be used as the basis for calculating the hash code within a vector, and equality determination. This data structure can be considered as a "universal value holder". Closes #4897 from liyafan82/fly_0717_ptr and squashes the following commits: f9b0ee47f <liyafan82> Merge branch 'master' into fly_0717_ptr b2fa206a8 <liyafan82> Merge branch 'master' into fly_0717_ptr 394b356b6 <liyafan82> Move ByteFunctionHelpers class to memory module 7e34ae001 <liyafan82> Provide pointer to Arrow buffer Authored-by: liyafan82 <fan_li_ya@foxmail.com> Signed-off-by: Pindikura Ravindra <ravindra@dremio.com>