Return fals from unimplemented function, so the benchmark tests can run
This commit is contained in:
parent
ea646e1803
commit
69fa4e8c8d
@ -55,9 +55,7 @@ class VertexCountCache {
|
||||
return 1;
|
||||
}
|
||||
|
||||
bool LabelIndexExists(storage::v3::LabelId label) {
|
||||
throw utils::NotYetImplemented("Label indicies are yet to be implemented.");
|
||||
}
|
||||
bool LabelIndexExists(storage::v3::LabelId /*label*/) { return false; }
|
||||
|
||||
bool PrimaryLabelExists(storage::v3::LabelId label) { return request_router_->IsPrimaryLabel(label); }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user