multimeric commented on issue #27499: URL: https://github.com/apache/arrow/issues/27499#issuecomment-1489576088
I would be happy to work on this, but I guess there's a lot of design to be done first? I'm envisaging `Tensor` will be an R6 class holding a `Tensor` pointer. Then we write S3 methods for `Tensor` so it can behave kind of like a native R `array`. Is that roughly right? Only thing I'm not sure about is where it will fit into the R6 inheritance hierarchy. Is it an `ArrowObject`? An `ArrayDatum`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
