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

Method ImportSchema

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

Source from the content-addressed store, hash-verified

52 FieldPathMap field_path_to_id;
53
54 void ImportSchema(const Schema& schema) {
55 ImportFields(FieldPosition(), schema.fields());
56 }
57
58 Status AddSchemaFields(const Schema& schema) {
59 if (!field_path_to_id.empty()) {

Callers 2

DictionaryFieldMapperMethod · 0.80

Calls 2

FieldPositionClass · 0.85
fieldsMethod · 0.45

Tested by 1