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

Method Impl

cpp/src/arrow/type.cc:1363–1364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1361class StructType::Impl {
1362 public:
1363 explicit Impl(const FieldVector& fields)
1364 : name_to_index_(CreateNameToIndexMap(fields)) {}
1365
1366 const std::unordered_multimap<std::string_view, int> name_to_index_;
1367};

Callers

nothing calls this directly

Calls 1

CreateNameToIndexMapFunction · 0.85

Tested by

no test coverage detected