小编use*_*611的帖子

Neo4j Cypher得到关系方向

我有以下cypher查询,它返回特定节点的所有(in和out)关系:

START s=node(1) MATCH s<-[r]->(t) RETURN type(r) as RelationshipType, .......
Run Code Online (Sandbox Code Playgroud)

现在我想找出每个关系的方向.有没有像" RETURN RelationshipDirection(r)" 这样的命令?:)

谢谢.

neo4j cypher

4
推荐指数
2
解决办法
4264
查看次数

标签 统计

cypher ×1

neo4j ×1