ca8fb55ac5
Summary: Tests are on the way. Please first comment if you're OK with this implementation, some points are discussable. What works now: ``` bash:MEMGRAPH_ROOT/build/>./tests/manual/console 10 MG>MATCH (n) RETURN COLLECT("age_" + n.age, n.height) +-----------------------------------------------------------------------------------------------------------------------------------+ | COLLECT("age_" + n.age, n.height) | +-----------------------------------------------------------------------------------------------------------------------------------+ | {age_10: 176, age_13: 180, age_24: 172, age_25: 179, age_32: 123, age_33: 186, age_37: 147, age_43: 162, age_49: 126, age_6: 170} | +-----------------------------------------------------------------------------------------------------------------------------------+ ``` Reviewers: mislav.bradac, teon.banek, buda Reviewed By: mislav.bradac, buda Subscribers: pullbot Differential Revision: https://phabricator.memgraph.io/D695 |
||
---|---|---|
.. | ||
bundle | ||
couscous.yml | ||
data-types.md | ||
installation.md | ||
open-cypher.md | ||
quick-start.md | ||
README.md | ||
run | ||
upcoming-features.md |
Technical Documentation
About Memgraph
Memgraph is an ACID compliant high performance transactional in-memory graph database management system featuring highly concurrent data structures, multi-version concurrency control and asynchronous IO.