| 5395 | // table.cpp |
| 5396 | std::shared_ptr<arrow::Schema> Table__schema(const std::shared_ptr<arrow::Table>& x); |
| 5397 | extern "C" SEXP _arrow_Table__schema(SEXP x_sexp){ |
| 5398 | BEGIN_CPP11 |
| 5399 | arrow::r::Input<const std::shared_ptr<arrow::Table>&>::type x(x_sexp); |
| 5400 | return cpp11::as_sexp(Table__schema(x)); |
| 5401 | END_CPP11 |
| 5402 | } |
| 5403 | // table.cpp |
| 5404 | std::shared_ptr<arrow::Table> Table__ReplaceSchemaMetadata(const std::shared_ptr<arrow::Table>& x, cpp11::strings metadata); |
| 5405 | extern "C" SEXP _arrow_Table__ReplaceSchemaMetadata(SEXP x_sexp, SEXP metadata_sexp){ |
nothing calls this directly
no test coverage detected