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

Method DictionaryFieldMapper

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

Source from the content-addressed store, hash-verified

123};
124
125DictionaryFieldMapper::DictionaryFieldMapper() : impl_(new Impl) {}
126
127DictionaryFieldMapper::DictionaryFieldMapper(const Schema& schema) : impl_(new Impl) {
128 impl_->ImportSchema(schema);

Callers

nothing calls this directly

Calls 1

ImportSchemaMethod · 0.80

Tested by

no test coverage detected