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

Method Impl

cpp/src/arrow/type.cc:2274–2279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2272class Schema::Impl {
2273 public:
2274 Impl(FieldVector fields, Endianness endianness,
2275 std::shared_ptr<const KeyValueMetadata> metadata)
2276 : fields_(std::move(fields)),
2277 endianness_(endianness),
2278 name_to_index_(CreateNameToIndexMap(fields_)),
2279 metadata_(std::move(metadata)) {}
2280
2281 FieldVector fields_;
2282 Endianness endianness_;

Callers

nothing calls this directly

Calls 1

CreateNameToIndexMapFunction · 0.85

Tested by

no test coverage detected