wjones127 opened a new pull request #12751:
URL: https://github.com/apache/arrow/pull/12751
## Summary of Changes
* Added `rbind` and `cbind` for Table
* Added `cbind` for RecordBatch. `rbind` just redirects the user to use
`Table$create`
* Changed `c.Array()` implementation to use either `concat_array()` or
`ChunkedArray$create()` depending on whether the user wants a single array or
zero-copy.
* Implemented `c.ChunkedArray`
--
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]