plexus-engine 0.3.4

Engine integration traits for consuming Plexus plans
Documentation
1
2
3
4
name=with-collect-unwind
cypher=MATCH (n:Person) WITH COLLECT(n.name) AS names UNWIND names AS name RETURN name ORDER BY name ASC
row=string:Alice
row=string:Bob