| 123 | }; |
| 124 | |
| 125 | DictionaryFieldMapper::DictionaryFieldMapper() : impl_(new Impl) {} |
| 126 | |
| 127 | DictionaryFieldMapper::DictionaryFieldMapper(const Schema& schema) : impl_(new Impl) { |
| 128 | impl_->ImportSchema(schema); |
nothing calls this directly
no test coverage detected