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

Function _arrow_Schema__metadata

r/src/arrowExports.cpp:5329–5334  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5327// schema.cpp
5328cpp11::writable::list Schema__metadata(const std::shared_ptr<arrow::Schema>& schema);
5329extern "C" SEXP _arrow_Schema__metadata(SEXP schema_sexp){
5330BEGIN_CPP11
5331 arrow::r::Input<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
5332 return cpp11::as_sexp(Schema__metadata(schema));
5333END_CPP11
5334}
5335// schema.cpp
5336std::shared_ptr<arrow::Schema> Schema__WithMetadata(const std::shared_ptr<arrow::Schema>& schema, cpp11::strings metadata);
5337extern "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