You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current SOMASparseNDArrayRead supports iterators for arrow Table and Matrix dgTMatrix, to get a full concatenated result users need to perform $read()$tables()$concat() and $read()$sparse_matrix()$concat().
The following convenient wrappers should be provided for a more R-like experience
atolopko-czi
changed the title
[Feature request] Implementas generics for SOMASparseNDArrayReader
[r] [Feature request] Implementas generics for SOMASparseNDArrayReaderJun 21, 2023
Is your feature request related to a problem? Please describe.
Low-level API
SOMASparseNDArrayRead
adds complexity to the general R user.see discussion here #1274 (comment)
Describe the solution you'd like
The current
SOMASparseNDArrayRead
supports iterators for arrowTable
and MatrixdgTMatrix
, to get a full concatenated result users need to perform$read()$tables()$concat()
and$read()$sparse_matrix()$concat()
.The following convenient wrappers should be provided for a more R-like experience
where
x
is aSOMASparseNDArrayRead
. This can allow for a functionality like this:cc @mojaveazure
The text was updated successfully, but these errors were encountered: