vibhatha opened a new pull request #11993: URL: https://github.com/apache/arrow/pull/11993
## Notes on PR In this PR, I am working on exposing the ReferencedBufferSize as described here: https://issues.apache.org/jira/browse/ARROW-15065 In this working branch, I am addressing the ARROW-15135 issue (Python bindings) Currently this is *work in progress*, but created a draft PR after applying the expected functionality on Array interface where the buffer size is exposed using a new function. The idea is to differentiate the `nbytes` from the actual amount of bytes allocated for data. ### TODO: - [ ] Figure out best location to place the bindings - [ ] Bindings for - [ ] Table - [ ] ArrayData - [ ] ChunkedArray - [ ] RecordBatch -- 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]
