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

Function _arrow_Schema__field_names

r/src/arrowExports.cpp:5356–5361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5354// schema.cpp
5355std::vector<std::string> Schema__field_names(const std::shared_ptr<arrow::Schema>& schema);
5356extern "C" SEXP _arrow_Schema__field_names(SEXP schema_sexp){
5357BEGIN_CPP11
5358 arrow::r::Input<const std::shared_ptr<arrow::Schema>&>::type schema(schema_sexp);
5359 return cpp11::as_sexp(Schema__field_names(schema));
5360END_CPP11
5361}
5362// schema.cpp
5363bool Schema__HasMetadata(const std::shared_ptr<arrow::Schema>& schema);
5364extern "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