Details
-
Improvement
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Currently the read interface of Java Arrow Vector is quite slow because the access operation has to go through validity bit check and boundary check before it can actually load the data. Such a safety check incurs unnecessary overhead in actually computation.
The Arrow Vector and ArrowBuf should expose unsafe methods for advanced users to directly access underlying data without null check and boundary check.
Attachments
Issue Links
- is related to
-
ARROW-5200 [Java] Provide light-weight arrow APIs
- Closed
- relates to
-
ARROW-1833 [Java] Add accessor methods for data buffers that skip null checking
- Closed
- links to
1.
|
[Java] Add hasNull flag to Vectors | Open | Unassigned |
|
||||||||
2.
|
[Java] Add unsafe access method to ArrowBuf | Closed | Unassigned |
|