b98c12ea89
Reviewers: mferencevic Reviewed By: mferencevic Differential Revision: https://phabricator.memgraph.io/D600
4 lines
134 B
Python
4 lines
134 B
Python
from setup import PROP_PREFIX, MAX_PROPS, rint
|
|
print("MATCH (n {%s%d: %d}) RETURN n" % (
|
|
PROP_PREFIX, rint(MAX_PROPS), rint(10)))
|