| 153 | } |
| 154 | |
| 155 | std::vector<int64_t> |
| 156 | SINDI::Build(const DatasetPtr& base) { |
| 157 | // note that there's a wlock in Add() |
| 158 | return this->Add(base); |
| 159 | } |
| 160 | |
| 161 | bool |
| 162 | SINDI::UpdateVector(int64_t id, const DatasetPtr& new_base, bool force_update) { |
no test coverage detected