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

Function _arrow_Schema__HasMetadata

r/src/arrowExports.cpp:5364–5369  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5362// schema.cpp
5363bool Schema__HasMetadata(const std::shared_ptr<arrow::Schema>& schema);
5364extern "C" SEXP _arrow_Schema__HasMetadata(SEXP schema_sexp){
5365BEGIN_CPP11
5366 arrow::r::Input<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
5367 return cpp11::as_sexp(Schema__HasMetadata(schema));
5368END_CPP11
5369}
5370// schema.cpp
5371cpp11::writable::list Schema__metadata(const std::shared_ptr<arrow::Schema>& schema);
5372extern "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