MCPcopy Create free account
hub / github.com/apache/arrow / _arrow_Table__ReplaceSchemaMetadata

Function _arrow_Table__ReplaceSchemaMetadata

r/src/arrowExports.cpp:5405–5411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5403// table.cpp
5404std::shared_ptr<arrow::Table> Table__ReplaceSchemaMetadata(const std::shared_ptr<arrow::Table>& x, cpp11::strings metadata);
5405extern "C" SEXP _arrow_Table__ReplaceSchemaMetadata(SEXP x_sexp, SEXP metadata_sexp){
5406BEGIN_CPP11
5407 arrow::r::Input<const std::shared_ptr<arrow::Table>&>::type x(x_sexp);
5408 arrow::r::Input<cpp11::strings>::type metadata(metadata_sexp);
5409 return cpp11::as_sexp(Table__ReplaceSchemaMetadata(x, metadata));
5410END_CPP11
5411}
5412// table.cpp
5413std::shared_ptr<arrow::ChunkedArray> Table__column(const std::shared_ptr<arrow::Table>& table, int i);
5414extern "C" SEXP _arrow_Table__column(SEXP table_sexp, SEXP i_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85

Tested by

no test coverage detected