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

Function _arrow_Schema__field_names

r/src/arrowExports.cpp:5313–5318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5311// schema.cpp
5312std::vector<std::string> Schema__field_names(const std::shared_ptr<arrow::Schema>& schema);
5313extern "C" SEXP _arrow_Schema__field_names(SEXP schema_sexp){
5314BEGIN_CPP11
5315 arrow::r::Input<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
5316 return cpp11::as_sexp(Schema__field_names(schema));
5317END_CPP11
5318}
5319// schema.cpp
5320bool Schema__HasMetadata(const std::shared_ptr<arrow::Schema>& schema);
5321extern "C" SEXP _arrow_Schema__HasMetadata(SEXP schema_sexp){

Callers

nothing calls this directly

Calls 2

as_sexpFunction · 0.85
Schema__field_namesFunction · 0.85

Tested by

no test coverage detected