CounterSet function added

Reviewers: buda, mferencevic

Reviewed By: mferencevic

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D795
This commit is contained in:
florijan
2017-09-14 17:21:34 +02:00
parent 84b0d03a5f
commit 59b9b7af21
7 changed files with 59 additions and 1 deletions

View File

@@ -501,6 +501,7 @@ functions.
`all` | Check if all elements of a list satisfy a predicate.<br/>The syntax is: `all(variable IN list WHERE predicate)`.
`assert` | Raises an exception reported to the client if the given argument is not `true`.
`counter` | Generates integers that are guaranteed to be unique on the database level, for the given counter name.
`counterSet` | Sets the counter with the given name to the given value.
#### String Operators