frbvianna commented on issue #38458: URL: https://github.com/apache/arrow/issues/38458#issuecomment-1785296427
Thanks @polestar1988, that is one alternative. In my case (https://github.com/apache/arrow/issues/37976#issuecomment-1778312704), I was trying to make use of `array.BinaryLike` interface to simplify this handling, but that interface is constrained to `ValueOffset64(int) int64` so I would not be able to access the raw `ValueOffsets` from it. I also find it unsettling that `ValueOffset`/`ValueOffset64` take in `int` row index parameters whereas slicing methods take in `int64`. @zeroshade can you please confirm if these are intended? -- 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]
