Skip to content

Commit

Permalink
Merge pull request #1468 from kuzudb/shortestpath
Browse files Browse the repository at this point in the history
Shortest Path operator changes
  • Loading branch information
anuchak committed Apr 19, 2023
2 parents 35b02b6 + fad9555 commit 8a8c8c9
Show file tree
Hide file tree
Showing 20 changed files with 28,552 additions and 4 deletions.
2 changes: 2 additions & 0 deletions dataset/shortest-path-tests/copy.cypher
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
COPY person FROM "dataset/shortest-path-tests/vPerson.csv" (HEADER=true);
COPY knows FROM "dataset/shortest-path-tests/eKnows.csv";
Loading

0 comments on commit 8a8c8c9

Please sign in to comment.