[R] nanoarrow as an interchange class?
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
Research direction
Review the proposed R entry points as_foo.default, as_foo.nanoarrow_array_stream, and as_nanoarrow_array_stream, along with the existing conversion methods in the project. Determine whether a default S3 method based on nanoarrow is appropriate and document a clear decision and scope for a later nanoarrow version.
Written by the indexing model from the issue text.
Description
nanoarrow looks very promising for converting between classes that use the Arrow format internally.
For such applications, I imagine that if we define a following default S3 method, we can omit the method definition to each class by defining only the conversion from nanoarrow.
as_foo.default <- function(x) {
as_foo.nanoarrow_array_stream(as_nanoarrow_array_stream(x))
}
Is this a good idea? (Although of course it may need to be a later version of nanoarrow)
- Dominant language
- C
- Stars
- 250
- Forks
- 69
- Avg merge
- 2d 16h
- Merged PRs (30d)
- 12
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from apache/arrow-nanoarrow
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
apache/arrow-nanoarrow#939 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 65/100
apache/arrow-nanoarrow#938 ·
-
Nested decoders do not propagate some types of required parameters into dictionary sub-decoders Open
Difficulty 4/5 3-5 days Newbie friendliness 38/100
apache/arrow-nanoarrow#936 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
apache/arrow-nanoarrow#922 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 45/100
apache/arrow-nanoarrow#909 · 1 comment · 1 reaction ·
All issues in apache/arrow-nanoarrow
Similar issues
-
level/task module/gcp type/bug
Difficulty 2/5 1-3 hours Newbie friendliness 85/100
-
Difficulty 1/5 Under an hour Newbie friendliness 86/100
hapostgres/pg_auto_failover#1190 ·
-
docs
Difficulty 1/5 Under an hour Newbie friendliness 85/100
-
P3 sonic-vpp
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
sonic-net/sonic-buildimage#29662 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 94/100
spack/spack-packages#6586 ·