AlenkaF opened a new pull request, #41870: URL: https://github.com/apache/arrow/pull/41870
### Rationale for this change There is currently no method to convert Arrow Table to Arrow Tensor (conversion from columnar format to a contiguous block of memory). This work is a continuation of `RecordBatch::ToTensor` work, see https://github.com/apache/arrow/issues/40058. ### What changes are included in this PR? This PR: - implements `Table::ToTensor` conversion - adds bindings to Python - adds benchmarks in C++ !TODO: - Remove the code in `RecordBatch::ToTensor` and use the Table implementation - Run the `RecordBatch::ToTensor` benchmarks to check for any regressions ### Are these changes tested? Yes, in C++ and Python. ### Are there any user-facing changes? No, it is a new feature. -- 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]
