| 4768 | // recordbatch.cpp |
| 4769 | r_vec_size RecordBatch__num_rows(const std::shared_ptr<arrow::RecordBatch>& x); |
| 4770 | extern "C" SEXP _arrow_RecordBatch__num_rows(SEXP x_sexp){ |
| 4771 | BEGIN_CPP11 |
| 4772 | arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type x(x_sexp); |
| 4773 | return cpp11::as_sexp(RecordBatch__num_rows(x)); |
| 4774 | END_CPP11 |
| 4775 | } |
| 4776 | // recordbatch.cpp |
| 4777 | std::shared_ptr<arrow::Schema> RecordBatch__schema(const std::shared_ptr<arrow::RecordBatch>& x); |
| 4778 | extern "C" SEXP _arrow_RecordBatch__schema(SEXP x_sexp){ |
nothing calls this directly
no test coverage detected