Counter function added

Reviewers: buda, mferencevic, mislav.bradac

Reviewed By: mislav.bradac

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D787
This commit is contained in:
florijan
2017-09-13 17:09:04 +02:00
parent 9d63dfa9ca
commit bfbec8d550
8 changed files with 84 additions and 14 deletions

View File

@@ -500,6 +500,7 @@ functions.
`contains` | Check if the first argument has an element which is equal to the second argument.
`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.
#### String Operators