memgraph/tests/benchmark_infra/groups/expression/arithmetic.run.cypher
Mislav Bradac d14accad07 Migrate harness to memgraph
Reviewers: buda

Reviewed By: buda

Subscribers: pullbot

Differential Revision: https://phabricator.memgraph.io/D532
2017-07-10 19:07:32 +02:00

5 lines
135 B
Plaintext

RETURN
1 + 3, 2 - 1, 2 * 5, 5 / 2, 5 % 5, -5,
1.4 + 3.3, 6.2 - 5.4, 6.5 * 1.2, 6.6 / 1.2, 8.7 % 3.2, -6.6,
"Flo" + "Lasta"