| 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){ |
| 4736 | BEGIN_CPP11 |
| 4737 | arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type x(x_sexp); |
| 4738 | return cpp11::as_sexp(RecordBatch__schema(x)); |
| 4739 | END_CPP11 |
| 4740 | } |
| 4741 | // recordbatch.cpp |
| 4742 | std::shared_ptr<arrow::RecordBatch> RecordBatch__RenameColumns(const std::shared_ptr<arrow::RecordBatch>& batch, const std::vector<std::string>& names); |
| 4743 | extern "C" SEXP _arrow_RecordBatch__RenameColumns(SEXP batch_sexp, SEXP names_sexp){ |
nothing calls this directly
no test coverage detected