[
https://issues.apache.org/jira/browse/ARROW-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17062725#comment-17062725
]
Micah Kornfield commented on ARROW-8158:
----------------------------------------
[~tianchen92] The issue is there isn't a clear way to get the length of an
individual VarChar or Bytes element (one needs to go through the holder or
access the offsets buffer directly). A similar issue exists for lists.
> [Java] Getting length of data buffer and base variable width vector
> -------------------------------------------------------------------
>
> Key: ARROW-8158
> URL: https://issues.apache.org/jira/browse/ARROW-8158
> Project: Apache Arrow
> Issue Type: Improvement
> Components: Java
> Reporter: Gaurangi Saxena
> Assignee: Ji Liu
> Priority: Minor
>
> For string data buffer and base variable width vector can we have a way to
> get length of the data?
> For instance, in ArrowColumnVector in StringAccessor we use
> stringResult.start and stringResult.end, instead we would like to get length
> of the data through an exposed function.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)