neo4j / sdn-rx

Nextgen Spring Data module for Neo4j supporting (not only) reactive data access and immutable support
https://neo4j.github.io/sdn-rx
Apache License 2.0
65 stars 23 forks source link

Expose a set of interfaces that allow storing parts of queries in suppliers etc. #180

Closed michael-simons closed 4 years ago

michael-simons commented 4 years ago

This allows for creating suppliers or functions that return parts of queries that would naturally go into a MATCH ... WITH a, b, c block of a Cypher pipeline. It doesn't have any other functional changes but exposing those interfaces explicitly.