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

Function _arrow_Table__schema

r/src/arrowExports.cpp:5397–5402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5395// table.cpp
5396std::shared_ptr<arrow::Schema> Table__schema(const std::shared_ptr<arrow::Table>& x);
5397extern "C" SEXP _arrow_Table__schema(SEXP x_sexp){
5398BEGIN_CPP11
5399 arrow::r::Input<const std::shared_ptr<arrow::Table>&>::type x(x_sexp);
5400 return cpp11::as_sexp(Table__schema(x));
5401END_CPP11
5402}
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){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
Table__schemaFunction · 0.85

Tested by

no test coverage detected