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

Function _arrow_Schema__metadata

r/src/arrowExports.cpp:5372–5377  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5370// schema.cpp
5371cpp11::writable::list Schema__metadata(const std::shared_ptr<arrow::Schema>& schema);
5372extern "C" SEXP _arrow_Schema__metadata(SEXP schema_sexp){
5373BEGIN_CPP11
5374 arrow::r::Input<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
5375 return cpp11::as_sexp(Schema__metadata(schema));
5376END_CPP11
5377}
5378// schema.cpp
5379std::shared_ptr<arrow::Schema> Schema__WithMetadata(const std::shared_ptr<arrow::Schema>& schema, cpp11::strings metadata);
5380extern "C" SEXP _arrow_Schema__WithMetadata(SEXP schema_sexp, SEXP metadata_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
Schema__metadataFunction · 0.85

Tested by

no test coverage detected