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

Method AddSchemaFields

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

Source from the content-addressed store, hash-verified

131DictionaryFieldMapper::~DictionaryFieldMapper() {}
132
133Status DictionaryFieldMapper::AddSchemaFields(const Schema& schema) {
134 return impl_->AddSchemaFields(schema);
135}
136
137Status DictionaryFieldMapper::AddField(int64_t id, std::vector<int> field_path) {
138 return impl_->AddField(id, std::move(field_path));

Callers 2

CollectDictionariesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected