Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1}
Binary file not shown.
4 changes: 4 additions & 0 deletions demo-db/lance/schema.cypher
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CREATE NODE TABLE city(id INT32, name STRING, population INT64, PRIMARY KEY(id)) WITH (storage = 'city.lance', format = 'lance');
CREATE NODE TABLE user(id INT32, name STRING, age INT64, PRIMARY KEY(id)) WITH (storage = 'user.lance', format = 'lance');
CREATE REL TABLE follows(FROM user TO user, since INT32) WITH (storage = 'follows.lance', format = 'lance');
CREATE REL TABLE livesin(FROM user TO city) WITH (storage = 'livesin.lance', format = 'lance');
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1}
Binary file not shown.
1 change: 1 addition & 0 deletions lance-large-test/schema.cypher
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE NODE TABLE nodes(id INT64, val INT64, PRIMARY KEY(id)) WITH (storage = 'nodes.lance', format = 'lance');
Binary file not shown.
1 change: 1 addition & 0 deletions lance-test/city.lance/_versions/latest_version_hint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1}
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1}
Binary file not shown.
4 changes: 4 additions & 0 deletions lance-test/schema.cypher
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
CREATE NODE TABLE user(id INT32, name STRING, age INT64, PRIMARY KEY(id)) WITH (storage = 'user.lance', format = 'lance');
CREATE NODE TABLE city(id INT32, name STRING, population INT64, PRIMARY KEY(id)) WITH (storage = 'city.lance', format = 'lance');
CREATE REL TABLE follows(FROM user TO user, since INT32) WITH (storage = 'follows.lance', format = 'lance');
CREATE REL TABLE livesin(FROM user TO city) WITH (storage = 'livesin.lance', format = 'lance');
Binary file not shown.
1 change: 1 addition & 0 deletions lance-test/user.lance/_versions/latest_version_hint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"version":1}
Binary file not shown.