Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Python] Add bindings for CopyTo on RecordBatch and Array classes #42222

Closed
Tracked by #41126
jorisvandenbossche opened this issue Jun 20, 2024 · 1 comment
Closed
Tracked by #41126

Comments

@jorisvandenbossche
Copy link
Member

jorisvandenbossche commented Jun 20, 2024

We have added bindings for the Device and MemoryManager classes (#41126), and as a next step we can expose the functionality to copy a full Array or RecordBatch to a specific memory manager.

@jorisvandenbossche jorisvandenbossche changed the title Add bindings for CopyTo on RecordBatch and Array classes [Python] Add bindings for CopyTo on RecordBatch and Array classes Jun 20, 2024
jorisvandenbossche added a commit to jorisvandenbossche/arrow that referenced this issue Jun 20, 2024
jorisvandenbossche added a commit that referenced this issue Aug 21, 2024
…lasses (#42223)

### Rationale for this change

We have added bindings for the Device and MemoryManager classes (#41126), and as a next step we can expose the functionality to copy a full Array or RecordBatch to a specific memory manager.

### What changes are included in this PR?

This adds a `copy_to` method on pyarrow Array and RecordBatch.

### Are these changes tested?

Yes

* GitHub Issue: #42222

Authored-by: Joris Van den Bossche <[email protected]>
Signed-off-by: Joris Van den Bossche <[email protected]>
@jorisvandenbossche jorisvandenbossche added this to the 18.0.0 milestone Aug 21, 2024
@jorisvandenbossche
Copy link
Member Author

Issue resolved by pull request 42223
#42223

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant