Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kuczera authored Feb 6, 2023
1 parent a8a7b19 commit ef398f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# neo4j-chains
Neo4j stored procedures to build up chains of nodes e.g. for character sequences

```
:auto MATCH (r:Text)
WHERE r.Value is not null AND NOT((r)-[:NEXT_TOKEN]->())
CALL {
WITH r
CALL thm.fullChain(r, "Value")
} IN TRANSACTIONS OF 1 ROWS
RETURN count(*)

```

0 comments on commit ef398f5

Please sign in to comment.