| 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){ |
| 4779 | BEGIN_CPP11 |
| 4780 | arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type x(x_sexp); |
| 4781 | return cpp11::as_sexp(RecordBatch__schema(x)); |
| 4782 | END_CPP11 |
| 4783 | } |
| 4784 | // recordbatch.cpp |
| 4785 | std::shared_ptr<arrow::RecordBatch> RecordBatch__RenameColumns(const std::shared_ptr<arrow::RecordBatch>& batch, const std::vector<std::string>& names); |
| 4786 | extern "C" SEXP _arrow_RecordBatch__RenameColumns(SEXP batch_sexp, SEXP names_sexp){ |
nothing calls this directly
no test coverage detected