@@ -62,30 +62,31 @@ RETURN
62
62
63
63
# Feature Parity
64
64
65
- | Feature | Support |
66
- | ----------------------------------------------------------- | --------------------- |
67
- | Multiple ` MATCH ` clauses | ✅ |
68
- | ` WHERE ` -clause filtering on nodes | ✅ |
69
- | Anonymous ` -[]- ` edges | ✅ |
70
- | ` LIMIT ` | ✅ |
71
- | ` SKIP ` | ✅ |
72
- | Node/edge attributes with ` {} ` syntax | ✅ |
73
- | ` WHERE ` -clause filtering on edges | ✅ |
74
- | Named ` -[]- ` edges | ✅ |
75
- | Chained ` ()-[]->()-[]->() ` edges | ✅ Thanks @khoale88 ! |
76
- | Backwards ` ()<-[]-() ` edges | ✅ Thanks @khoale88 ! |
77
- | Anonymous ` () ` nodes | ✅ Thanks @khoale88 ! |
78
- | Undirected ` ()-[]-() ` edges | ✅ Thanks @khoale88 ! |
79
- | Boolean Arithmetic (` AND ` /` OR ` ) | ✅ Thanks @khoale88 ! |
80
- | ` (:Type) ` node-labels | ✅ Thanks @khoale88 ! |
81
- | ` [:Type] ` edge-labels | ✅ Thanks @khoale88 ! |
82
- | ` DISTINCT ` | ✅ Thanks @jackboyla ! |
83
- | ` ORDER BY ` | ✅ Thanks @jackboyla ! |
84
- | Aggregation functions (` COUNT ` , ` SUM ` , ` MIN ` , ` MAX ` , ` AVG ` ) | ✅ Thanks @jackboyla ! |
85
- | Aliasing of returned entities (` return X as Y ` ) | ✅ Thanks @jackboyla ! |
86
- | Negated edges (` where not (a)-->(b) ` ) | 🥺 |
87
- | ` OPTIONAL MATCH ` | 🥺 |
88
- | Graph mutations (e.g. ` DELETE ` , ` SET ` ,...) | 🥺 |
65
+ | Feature | Support |
66
+ | ----------------------------------------------------------- | ------------------------- |
67
+ | Multiple ` MATCH ` clauses | ✅ |
68
+ | ` WHERE ` -clause filtering on nodes | ✅ |
69
+ | Anonymous ` -[]- ` edges | ✅ |
70
+ | ` LIMIT ` | ✅ |
71
+ | ` SKIP ` | ✅ |
72
+ | Node/edge attributes with ` {} ` syntax | ✅ |
73
+ | ` WHERE ` -clause filtering on edges | ✅ |
74
+ | Named ` -[]- ` edges | ✅ |
75
+ | Chained ` ()-[]->()-[]->() ` edges | ✅ Thanks @khoale88 ! |
76
+ | Backwards ` ()<-[]-() ` edges | ✅ Thanks @khoale88 ! |
77
+ | Anonymous ` () ` nodes | ✅ Thanks @khoale88 ! |
78
+ | Undirected ` ()-[]-() ` edges | ✅ Thanks @khoale88 ! |
79
+ | Boolean Arithmetic (` AND ` /` OR ` ) | ✅ Thanks @khoale88 ! |
80
+ | ` (:Type) ` node-labels | ✅ Thanks @khoale88 ! |
81
+ | ` [:Type] ` edge-labels | ✅ Thanks @khoale88 ! |
82
+ | ` DISTINCT ` | ✅ Thanks @jackboyla ! |
83
+ | ` ORDER BY ` | ✅ Thanks @jackboyla ! |
84
+ | ` IN ` | ✅ Thanks @davidmezzetti ! |
85
+ | Aggregation functions (` COUNT ` , ` SUM ` , ` MIN ` , ` MAX ` , ` AVG ` ) | ✅ Thanks @jackboyla ! |
86
+ | Aliasing of returned entities (` return X as Y ` ) | ✅ Thanks @jackboyla ! |
87
+ | Negated edges (` where not (a)-->(b) ` ) | 🥺 |
88
+ | ` OPTIONAL MATCH ` | 🥺 |
89
+ | Graph mutations (e.g. ` DELETE ` , ` SET ` ,...) | 🥺 |
89
90
90
91
| | | | |
91
92
| -------------- | -------------- | ----------------- | ---------------- |
0 commit comments