apoc.node 限定名称 类型 apoc.node.degree apoc.node.degree(node NODE, relTypes STRING) - 返回给定 NODE 的总度数。 函数 apoc.node.degree.in apoc.node.degree.in(node NODE, relTypes STRING) - 返回连接到给定 NODE 的传入 RELATIONSHIP 值的总数。 函数 apoc.node.degree.out apoc.node.degree.out(node NODE, relTypes STRING) - 返回从给定 NODE 发出的传出 RELATIONSHIP 值的总数。 函数 apoc.node.id apoc.node.id(node NODE) - 返回给定虚拟 NODE 的 ID。 函数 apoc.node.labels apoc.node.label(node NODE) - 返回给定虚拟 NODE 的标签。 函数 apoc.node.relationship.exists apoc.node.relationship.exists(node NODE, relTypes STRING) - 返回一个 BOOLEAN 值,表示给定 NODE 是否有连接的 RELATIONSHIP(或给定 NODE 是否有给定类型和方向的连接 RELATIONSHIP)。 函数 apoc.node.relationship.types apoc.node.relationship.types(node NODE, relTypes STRING) - 返回给定 NODE 的不同 RELATIONSHIP 类型的 LIST<STRING>。 函数 apoc.node.relationships.exist apoc.node.relationships.exist(node NODE, relTypes STRING) - 返回一个 BOOLEAN 值,表示给定 NODE 是否有连接的 RELATIONSHIP 值(或给定 NODE 是否有给定类型和方向的连接 RELATIONSHIP 值)。 函数 apoc.neighbors.tohop.count apoc.node.degree