kuzudb / kuzu

Embeddable property graph database management system built for query speed and scalability. Implements Cypher.
https://kuzudb.com/
MIT License
1.18k stars 85 forks source link

Implement cypher predicate functions #2841

Open manh9203 opened 5 months ago

manh9203 commented 5 months ago

Neo4j supports these two functions which helps checking constraints and applying an aggregation on list in some Fintech complex read queries

https://neo4j.com/docs/cypher-manual/current/functions/predicate/#functions-all
https://neo4j.com/docs/cypher-manual/current/functions/list/#functions-reduce
acquamarin commented 5 months ago

I think you mean all instead of add right?

acquamarin commented 5 months ago

https://neo4j.com/docs/cypher-manual/current/functions/predicate/#functions-all Docs can be found there

manh9203 commented 5 months ago

Yes, that's what I mean. I mistyped it.