[
https://issues.apache.org/jira/browse/ARROW-8158?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17063309#comment-17063309
]
Ji Liu commented on ARROW-8158:
-------------------------------
[~emkornfield] I see, I could add a method like {{getDataLength(int index)}}
for variable width vector.
For lists, we already have {{getElementStartIndex/getElementEndIndex}}, is it
enough or still need to add a method like getElementLength?
> [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)