You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/29 01:55:20 UTC

[GitHub] [arrow] ianmcook commented on pull request #9345: ARROW-10089: [R] inject base class for Array, ChunkedArray and Scalar

ianmcook commented on pull request #9345:
URL: https://github.com/apache/arrow/pull/9345#issuecomment-769519951


   @nealrichardson could you please confirm that this is correct?
   - `RecordBatch` and `Table` now inherit the synthetic class `ArrowTabular`
   - `Array`, `ChunkedArray`, and `Scalar` now inherit the synthetic class `ArrowDatum`
   These synthetic classes do not exist in the C++ class hierarchy; they are used here because they simplify S3 method dispatch.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org