| 4750 | // recordbatch.cpp |
| 4751 | std::shared_ptr<arrow::RecordBatch> RecordBatch__ReplaceSchemaMetadata(const std::shared_ptr<arrow::RecordBatch>& x, cpp11::strings metadata); |
| 4752 | extern "C" SEXP _arrow_RecordBatch__ReplaceSchemaMetadata(SEXP x_sexp, SEXP metadata_sexp){ |
| 4753 | BEGIN_CPP11 |
| 4754 | arrow::r::Input<const std::shared_ptr<arrow::RecordBatch>&>::type x(x_sexp); |
| 4755 | arrow::r::Input<cpp11::strings>::type metadata(metadata_sexp); |
| 4756 | return cpp11::as_sexp(RecordBatch__ReplaceSchemaMetadata(x, metadata)); |
| 4757 | END_CPP11 |
| 4758 | } |
| 4759 | // recordbatch.cpp |
| 4760 | cpp11::list RecordBatch__columns(const std::shared_ptr<arrow::RecordBatch>& batch); |
| 4761 | extern "C" SEXP _arrow_RecordBatch__columns(SEXP batch_sexp){ |
nothing calls this directly
no test coverage detected