nealrichardson commented on code in PR #39:
URL: https://github.com/apache/arrow-nanoarrow/pull/39#discussion_r959982497


##########
r/NAMESPACE:
##########
@@ -1,4 +1,33 @@
 # Generated by roxygen2: do not edit by hand
 
+S3method(as_nanoarrow_array,Array)
+S3method(as_nanoarrow_array,ChunkedArray)
+S3method(as_nanoarrow_array,RecordBatch)
+S3method(as_nanoarrow_array,Table)
+S3method(as_nanoarrow_array,default)
+S3method(as_nanoarrow_array_stream,RecordBatchReader)
+S3method(as_nanoarrow_array_stream,default)
+S3method(as_nanoarrow_array_stream,nanoarrow_array_stream)
+S3method(as_nanoarrow_schema,DataType)
+S3method(as_nanoarrow_schema,Field)
+S3method(as_nanoarrow_schema,Schema)
+S3method(as_nanoarrow_schema,nanoarrow_schema)

Review Comment:
   My first reaction here is that `as_nanoarrow_array()` feels like a lot to 
type



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

Reply via email to