apoc.rel.match
过程 Apoc 扩展
使用给定的动态类型/属性匹配给定的 RELATIONSHIP 值。
签名
apoc.rel.match(startNode :: NODE, relType :: STRING, identProps :: MAP?, endNode :: NODE, onMatchProps = {} :: MAP?) :: (value :: MAP?)
输入参数
| 名称 | 类型 | 默认 |
|---|---|---|
startNode |
NODE |
null |
relType |
STRING |
null |
identProps |
MAP? |
null |
endNode |
NODE |
null |
onMatchProps |
MAP? |
{} |