romainfrancois commented on a change in pull request #11225: URL: https://github.com/apache/arrow/pull/11225#discussion_r718338860
########## File path: r/src/arrow_cpp11.h ########## @@ -374,3 +374,5 @@ SEXP as_sexp(const std::shared_ptr<T>& ptr) { } } // namespace cpp11 + +bool is_altrep(SEXP x); Review comment: All of the functions we `[[arrow::export]]` are, but I removed it altogether because we can use `.Internal(altrep_class())` from the R side. -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org