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

Method GetFieldIndex

cpp/src/arrow/type.cc:1395–1397  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1393}
1394
1395int StructType::GetFieldIndex(const std::string& name) const {
1396 return LookupNameIndex(impl_->name_to_index_, name);
1397}
1398
1399std::vector<int> StructType::GetAllFieldIndices(const std::string& name) const {
1400 std::vector<int> result;

Callers 7

GetColumnByNameFunction · 0.45
TEST_FFunction · 0.45
type_test.ccFile · 0.45
GetColumnByNameMethod · 0.45

Calls 1

LookupNameIndexFunction · 0.85

Tested by 1

TEST_FFunction · 0.36