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

Function _arrow_Schema__serialize

r/src/arrowExports.cpp:5355–5360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5353// schema.cpp
5354cpp11::writable::raws Schema__serialize(const std::shared_ptr<arrow::Schema>& schema);
5355extern "C" SEXP _arrow_Schema__serialize(SEXP schema_sexp){
5356BEGIN_CPP11
5357 arrow::r::Input<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
5358 return cpp11::as_sexp(Schema__serialize(schema));
5359END_CPP11
5360}
5361// schema.cpp
5362bool Schema__Equals(const std::shared_ptr<arrow::Schema>& schema, const std::shared_ptr<arrow::Schema>& other, bool check_metadata);
5363extern "C" SEXP _arrow_Schema__Equals(SEXP schema_sexp, SEXP other_sexp, SEXP check_metadata_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
Schema__serializeFunction · 0.85

Tested by

no test coverage detected