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

Function StructType__GetFieldByName

r/src/datatype.cpp:450–453  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

448
449// [[arrow::export]]
450std::shared_ptr<arrow::Field> StructType__GetFieldByName(
451 const std::shared_ptr<arrow::StructType>& type, const std::string& name) {
452 return type->GetFieldByName(name);
453}
454
455// [[arrow::export]]
456int StructType__GetFieldIndex(const std::shared_ptr<arrow::StructType>& type,

Callers 1

Calls 1

GetFieldByNameMethod · 0.45

Tested by

no test coverage detected