kuzu
kuzu copied to clipboard
OpenCypher regression test
We should complete openCypher regression test (aka, Technology Compatibility Kit (TCK)) in order to quantify how close we are in terms of feature complete towards open cypher.
Clauses
- [ ] call
- [ ] create
- [ ] delete
- [x] match where
- [x] match
- [ ] merge
- [ ] remove
- [ ] return order by
- [x] return skip limit
- [x] return
- [ ] set
- [ ] union
- [x] with order by
- [x] with skip limit
- [x] with where
- [x] with
Expressions
- [ ] aggregation
- [ ] boolean
- [ ] comparison
- [ ] conditional
- [ ] existentialSubquery
- [ ] graph
- [ ] list
- [ ] literals
- [ ] map
- [ ] mathematical
- [ ] null
- [ ] path
- [ ] pattern
- [ ] precedence
- [ ] quantifier
- [ ] string
- [ ] temporal
- [ ] typeConversion