-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
Type: enhancementNew feature or requestNew feature or request
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.
Reporter: Yurui Zhou / @yuruiz
Subtasks:
Related issues:
- [Java] Add accessor methods for data buffers that skip null checking (relates to)
- [Java] Provide light-weight arrow APIs (is related to)
PRs and other links:
Note: This issue was originally created as ARROW-5197. Please see the migration documentation for further details.
Metadata
Metadata
Assignees
Labels
Type: enhancementNew feature or requestNew feature or request