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

Function _arrow_Schema__HasMetadata

r/src/arrowExports.cpp:5321–5326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5319// schema.cpp
5320bool Schema__HasMetadata(const std::shared_ptr<arrow::Schema>& schema);
5321extern "C" SEXP _arrow_Schema__HasMetadata(SEXP schema_sexp){
5322BEGIN_CPP11
5323 arrow::r::Input<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
5324 return cpp11::as_sexp(Schema__HasMetadata(schema));
5325END_CPP11
5326}
5327// schema.cpp
5328cpp11::writable::list Schema__metadata(const std::shared_ptr<arrow::Schema>& schema);
5329extern "C" SEXP _arrow_Schema__metadata(SEXP schema_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
Schema__HasMetadataFunction · 0.85

Tested by

no test coverage detected