| 135 | } |
| 136 | |
| 137 | Status DictionaryFieldMapper::AddField(int64_t id, std::vector<int> field_path) { |
| 138 | return impl_->AddField(id, std::move(field_path)); |
| 139 | } |
| 140 | |
| 141 | Result<int64_t> DictionaryFieldMapper::GetFieldId(std::vector<int> field_path) const { |
| 142 | return impl_->GetFieldId(std::move(field_path)); |
no outgoing calls