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

Function StructArray__GetFieldByName

r/src/array.cpp:216–219  ·  view source on GitHub ↗

[[arrow::export]]

Source from the content-addressed store, hash-verified

214
215// [[arrow::export]]
216std::shared_ptr<arrow::Array> StructArray__GetFieldByName(
217 const std::shared_ptr<arrow::StructArray>& array, const std::string& name) {
218 return array->GetFieldByName(name);
219}
220
221// [[arrow::export]]
222std::shared_ptr<arrow::StructArray> StructArray__from_RecordBatch(

Callers 1

Calls 1

GetFieldByNameMethod · 0.45

Tested by

no test coverage detected