1 Answer
- Newest
- Most votes
- Most comments
0
openCypher does not support post-UNION processing and, as you pointed out, Neptune does not currently support the CALL
clause in either the procedural or subquery forms (the one you requested). Without this support I am not sure of a way to rewrite this into a single query to get the result you desire. Based on feedback from customers, we will be working backwards to prioritize adding support for new features into the openCypher query language such as the support for the CALL
step.
answered 2 years ago
Any update on this? By any chance CALL clause is implementing in latest releases?
Relevant content
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
@kanhaiagarwal Did you found any alternatives for CALL {} clause?