| 4725 | // recordbatch.cpp |
| 4726 | r_vec_size RecordBatch__num_rows(const std::shared_ptr<arrow::RecordBatch>& x); |
| 4727 | extern "C" SEXP _arrow_RecordBatch__num_rows(SEXP x_sexp){ |
| 4728 | BEGIN_CPP11 |
| 4729 | arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type x(x_sexp); |
| 4730 | return cpp11::as_sexp(RecordBatch__num_rows(x)); |
| 4731 | END_CPP11 |
| 4732 | } |
| 4733 | // recordbatch.cpp |
| 4734 | std::shared_ptr<arrow::Schema> RecordBatch__schema(const std::shared_ptr<arrow::RecordBatch>& x); |
| 4735 | extern "C" SEXP _arrow_RecordBatch__schema(SEXP x_sexp){ |
nothing calls this directly
no test coverage detected