@@ -235,6 +235,16 @@ BEGIN_RCPP
235235 return rcpp_result_gen;
236236END_RCPP
237237}
238+ // ping_arrow
239+ std::string ping_arrow ();
240+ RcppExport SEXP _arrow_ping_arrow () {
241+ BEGIN_RCPP
242+ Rcpp::RObject rcpp_result_gen;
243+ Rcpp::RNGScope rcpp_rngScope_gen;
244+ rcpp_result_gen = Rcpp::wrap (ping_arrow ());
245+ return rcpp_result_gen;
246+ END_RCPP
247+ }
238248// MemoryPool_default
239249static_ptr<arrow::MemoryPool> MemoryPool_default ();
240250RcppExport SEXP _arrow_MemoryPool_default () {
@@ -760,6 +770,7 @@ static const R_CallMethodDef CallEntries[] = {
760770 {" _arrow_Field_ToString" , (DL_FUNC) &_arrow_Field_ToString, 1 },
761771 {" _arrow_Field_name" , (DL_FUNC) &_arrow_Field_name, 1 },
762772 {" _arrow_Field_nullable" , (DL_FUNC) &_arrow_Field_nullable, 1 },
773+ {" _arrow_ping_arrow" , (DL_FUNC) &_arrow_ping_arrow, 0 },
763774 {" _arrow_MemoryPool_default" , (DL_FUNC) &_arrow_MemoryPool_default, 0 },
764775 {" _arrow_MemoryPool_bytes_allocated" , (DL_FUNC) &_arrow_MemoryPool_bytes_allocated, 1 },
765776 {" _arrow_MemoryPool_max_memory" , (DL_FUNC) &_arrow_MemoryPool_max_memory, 1 },
0 commit comments