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

Function _arrow_Table__schema

r/src/arrowExports.cpp:5440–5445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5438// table.cpp
5439std::shared_ptr<arrow::Schema> Table__schema(const std::shared_ptr<arrow::Table>& x);
5440extern "C" SEXP _arrow_Table__schema(SEXP x_sexp){
5441BEGIN_CPP11
5442 arrow::r::Input<const std::shared_ptr<arrow::Table>&>::type x(x_sexp);
5443 return cpp11::as_sexp(Table__schema(x));
5444END_CPP11
5445}
5446// table.cpp
5447std::shared_ptr<arrow::Table> Table__ReplaceSchemaMetadata(const std::shared_ptr<arrow::Table>& x, cpp11::strings metadata);
5448extern "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