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

Function Schema__GetFieldByName

r/src/schema.cpp:88–91  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

86
87// [[arrow::export]]
88std::shared_ptr<arrow::Field> Schema__GetFieldByName(
89 const std::shared_ptr<arrow::Schema>& s, std::string x) {
90 return s->GetFieldByName(x);
91}
92
93// [[arrow::export]]
94cpp11::list Schema__fields(const std::shared_ptr<arrow::Schema>& schema) {

Callers 1

Calls 1

GetFieldByNameMethod · 0.45

Tested by

no test coverage detected