apoc.convert 限定名称 类型 apoc.convert.setJsonProperty apoc.convert.setJsonProperty(node NODE, key STRING, value ANY) - 将给定的 JSON 对象序列化并设置为给定 NODE 的属性。 过程 apoc.convert.toTree apoc.convert.toTree(paths LIST<PATH>, lowerCaseRels BOOLEAN, config MAP<STRING, ANY>) - 返回一个 MAP 值流,表示给定 PATH 值作为至少有一个根的树。 过程 已废弃 apoc.convert.fromJsonList apoc.convert.fromJsonList(list LIST<STRING>, path STRING, pathOptions LIST<STRING>) - 将给定的 JSON 列表转换为 Cypher LIST<STRING>。 函数 apoc.convert.fromJsonMap apoc.convert.fromJsonMap(map STRING, path STRING, pathOptions LIST<STRING>) - 将给定的 JSON 映射转换为 Cypher MAP。 函数 apoc.convert.getJsonProperty apoc.convert.getJsonProperty(node NODE, key STRING, path STRING, pathOptions LIST<STRING>) - 将给定 NODE 属性中的序列化 JSON 对象转换为等效的 Cypher 结构(例如 MAP、LIST<ANY>)。 函数 apoc.convert.getJsonPropertyMap apoc.convert.getJsonPropertyMap(node NODE, key STRING, path STRING, pathOptions LIST<STRING>) - 将给定 NODE 属性中的序列化 JSON 对象转换为 Cypher MAP。 函数 apoc.convert.toJson apoc.convert.toJson(value ANY) - 序列化给定的 JSON 值。 函数 apoc.convert.toList apoc.convert.toList(value ANY) - 将给定值转换为 LIST<ANY>。 函数 apoc.convert.toMap apoc.convert.toMap(map ANY) - 将给定值转换为 MAP。 函数 apoc.convert.toNode apoc.convert.toNode(node ANY) - 将给定值转换为 NODE。 函数 apoc.convert.toNodeList apoc.convert.toNodeList(list LIST<ANY>) - 将给定值转换为 LIST<NODE>。 函数 apoc.convert.toRelationship apoc.convert.toRelationship(rel ANY) - 将给定值转换为 RELATIONSHIP。 函数 apoc.convert.toRelationshipList apoc.convert.toRelationshipList(relList LIST<ANY>) - 将给定值转换为 LIST<RELATIONSHIP>。 函数 apoc.convert.toSet apoc.convert.toSet(list LIST<ANY>) - 将给定值转换为在 Cypher 中表示为 LIST<ANY> 的集合。 函数 apoc.convert.toSortedJsonMap apoc.convert.toSortedJsonMap(value ANY, ignoreCase BOOLEAN) - 将给定 NODE 属性中的序列化 JSON 对象转换为 Cypher MAP。 函数 apoc.coll.zip apoc.convert.setJsonProperty