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

Method ImportFields

cpp/src/arrow/ipc/dictionary.cc:95–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94 private:
95 void ImportFields(const FieldPosition& pos,
96 const std::vector<std::shared_ptr<Field>>& fields) {
97 for (int i = 0; i < static_cast<int>(fields.size()); ++i) {
98 ImportField(pos.child(i), *fields[i]);
99 }
100 }
101
102 void ImportField(const FieldPosition& pos, const Field& field) {
103 const DataType* type = field.type().get();

Callers

nothing calls this directly

Calls 3

childMethod · 0.80
ImportFieldFunction · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected