Expose explicit Label index creation through Cypher
Reviewers: mferencevic, ipaljak Reviewed By: mferencevic Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D2547
This commit is contained in:
@@ -200,6 +200,8 @@ class InteractiveDbAccessor {
|
||||
"' in range " + range_string.str());
|
||||
}
|
||||
|
||||
bool LabelIndexExists(storage::Label label) { return true; }
|
||||
|
||||
bool LabelPropertyIndexExists(storage::Label label_id,
|
||||
storage::Property property_id) {
|
||||
auto label = dba_->LabelName(label_id);
|
||||
|
||||
Reference in New Issue
Block a user