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

Function StructType__GetFieldIndex

r/src/datatype.cpp:456–459  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

454
455// [[arrow::export]]
456int StructType__GetFieldIndex(const std::shared_ptr<arrow::StructType>& type,
457 const std::string& name) {
458 return type->GetFieldIndex(name);
459}
460
461// [[arrow::export]]
462std::vector<std::string> StructType__field_names(

Callers 1

Calls 1

GetFieldIndexMethod · 0.45

Tested by

no test coverage detected