Is there a way to stop traversal based on edge property ? #998
Answered
by
lvca
vineeth-brt
asked this question in
Q&A
-
Hi We have a requirement , we need to traverse from a node(vertex) and the traverse should not be continue whenever there is an edge with a specific property value (says deleted = true) . We found a WHILE clause in traverse query , but no idea whether we can use this with edge property. Can you please advice whether we can solve this use case using traverse method or we need to go for multiple queries. Thank you in advance. Regards |
Beta Was this translation helpful? Give feedback.
Answered by
lvca
Apr 4, 2023
Replies: 1 comment 2 replies
-
Have you already looked at https://docs.arcadedb.com/#Deep-Traversal? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks for the explanation. Quick question, can aggregation be represented with inheritance in ArcadeDB? In this way, you'd have only 1 vertex and it would be much more efficient from all the standpoints.
About the match, could you please write here your query that doesn't work?