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

Function _arrow_Schema__serialize

r/src/arrowExports.cpp:5398–5403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5396// schema.cpp
5397cpp11::writable::raws Schema__serialize(const std::shared_ptr<arrow::Schema>& schema);
5398extern "C" SEXP _arrow_Schema__serialize(SEXP schema_sexp){
5399BEGIN_CPP11
5400 arrow::r::Input<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
5401 return cpp11::as_sexp(Schema__serialize(schema));
5402END_CPP11
5403}
5404// schema.cpp
5405bool Schema__Equals(const std::shared_ptr<arrow::Schema>& schema, const std::shared_ptr<arrow::Schema>& other, bool check_metadata);
5406extern "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