You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please check the FAQ documentation before raising an issue
Describe the bug (required)
Your Environments (required)
OS: uname -a
Compiler: g++ --version or clang++ --version
CPU: lscpu
Commit id (e.g. a3ffc7d8)
How To Reproduce(required)
Steps to reproduce the behavior:
(root@nebula) [nba]> match p = (a:player{name:"Tim Duncan"})-[*..2]->(b:player{name:"Tony Parker"}) where all(x in nodes(p) where x.player.age > 10) return p
+---+
| p |
+---+
+---+
Empty set (time spent 11477/11773 us)
Please check the FAQ documentation before raising an issue
Describe the bug (required)
Your Environments (required)
uname -a
g++ --version
orclang++ --version
lscpu
a3ffc7d8
)How To Reproduce(required)
Steps to reproduce the behavior:
Expected behavior
Returns the result that the attribute of the vertices in the path satisfies the filter condition
Additional context
The text was updated successfully, but these errors were encountered: