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