apoc.cypher
| 限定名称 | 类型 |
|---|---|
apoc.cypher.mapParallel(fragment, params, list-to-parallelize) yield value - 以并行批次执行 fragment,并将列表段分配给 _ |
过程 已弃用 |
apoc.cypher.mapParallel2(fragment, params, list-to-parallelize) yield value - 以并行批次执行 fragment,并将列表段分配给 _ |
过程 已弃用 |
apoc.cypher.parallel(fragment, |
过程 |
apoc.cypher.parallel2(fragment, |
过程 |
apoc.cypher.runFile(file or url,[{statistics:true,timeout:10,parameters:{}}]) - 运行文件中的每条语句,均以分号分隔 - 目前不支持模式操作 |
过程 |
apoc.cypher.runFiles([files or urls],[{statistics:true,timeout:10,parameters:{}}])) - 运行文件中的每条语句,均以分号分隔 |
过程 |
apoc.cypher.runFileReadOnly(file or url,[{timeout:10,parameters:{}}]) - 运行文件中每一条 |
过程 |
apoc.cypher.runFilesReadOnly([files or urls],[{timeout:10,parameters:{}}])) - 运行文件中的每条 |
过程 |
apoc.cypher.runSchemaFile(file or url,[{statistics:true,timeout:10}]) - 仅允许模式操作,运行文件中的每条模式语句,均以分号分隔 |
过程 |
apoc.cypher.runSchemaFiles([files or urls],{statistics:true,timeout:10}) - 仅允许模式操作,运行文件中的每条模式语句,均以分号分隔 |
过程 |