Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Find all nodes in a graph, which id fulfills a given pattern. The first input is a Graph Data Type, the second a pattern for the nodeId.match(pattern) call. The output is a List_GraphNode Data Type.

The output is a list of the found nodes.

Code Block
languagesql
themeEclipse
titleExample
output = MAP({EXPRESSIONS = [['FindNodesByPattern(graph, "nodesStartingWithThis.*")', 'nodes_list']]}, input)