Open lucasmation opened 9 months ago
It should be possible to do this - the dplyr functionality in the package works by transforming dplyr syntax into Arrow Expressions, so it'd need the same to be done with data.table syntax. I don't think this is something which would make sense to have in the arrow R package, but a separate package would be cool. I'm not aware of any existing attempts to make this happen, though it'd be nice to see it happen from an interoperability point-of-view!
Happy to advise as needed if someone does it take it on.
Describe the enhancement requested
Could
arrow
could support Rdata.table
syntax (someting likeDT[filter,action,grouping]
on an arrow table) ?Maybe this is too niche, but I find myself paying a high cost for collecting large amounts of data via arrow, for the benefit of the expressiveness of the
data.table
. Any chance someone could develop this API/syntax. Perhaps this would be a separate package,arrowDT
. Has anyone worked on this?Component(s)
R