brancz opened a new pull request, #37586: URL: https://github.com/apache/arrow/pull/37586
### Rationale for this change The binary array already has this function, and it's a useful mechanism when all one needs is the length of a value and not the value itself (for pre-allocation of a new buffer for example). ### What changes are included in this PR? Add function to return only the length of the string at index position `i`. ### Are these changes tested? Yes tested by including this in https://parca.dev/ ### Are there any user-facing changes? This is a new API mirroring the same API that already exists on the binary array. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
