| 190 | #undef GET_OR_INSERT |
| 191 | |
| 192 | Status DictionaryMemoTable::GetOrInsert(const BinaryType*, std::string_view value, |
| 193 | int32_t* out) { |
| 194 | return impl_->GetOrInsert<BinaryType>(value, out); |
| 195 | } |
| 196 | |
| 197 | Status DictionaryMemoTable::GetOrInsert(const BinaryViewType*, std::string_view value, |
| 198 | int32_t* out) { |
no outgoing calls
no test coverage detected