Skip to content

[R] Zero-copy Arrow to R where possible #25249

@asfimport

Description

@asfimport

In a few cases, such as int32 and float64, where there are no nulls (or nulls allowed, if ARROW-8348/ARROW-3263 happen), we should be able to ingest data from Arrow to R with zero copy. But from my reading of the source, we always allocate memory, and even in the simple cases, we always transform the data.

cc @romainfrancois @fsaintjacques

Reporter: Neal Richardson / @nealrichardson
Assignee: Romain Francois / @romainfrancois

Related issues:

PRs and other links:

Note: This issue was originally created as ARROW-9140. Please see the migration documentation for further details.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions