Skip to content

Commit ba5b4d0

Browse files
committed
Introduce a term and term value encoding
1 parent 957d041 commit ba5b4d0

File tree

208 files changed

+4734
-4877
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+4734
-4877
lines changed

Cargo.lock

Lines changed: 39 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
[workspace]
22
members = [
33
"cli",
4-
"lib/arrow-rdf",
5-
"lib/arrow-rdf-functions",
64
"lib/model",
5+
"lib/graphfusion-encoding",
76
"lib/graphfusion-engine",
7+
"lib/graphfusion-functions",
8+
"lib/graphfusion-functions-scalar",
89
"lib/graphfusion-logical",
910
"lib/graphfusion-physical",
1011
"lib/graphfusion-storage",
1112
"lib/graphfusion",
1213
"lib/graphfusion-web",
13-
"testsuite"]
14+
"testsuite", "lib/graphfusion-functions"]
1415
resolver = "2"
1516

1617
[workspace.package]
@@ -55,10 +56,11 @@ sparesults = "0.2.4"
5556
spargebra = "0.3.5"
5657

5758
# Internal dependencies
58-
arrow-rdf = { version = "=0.1.0", path = "lib/arrow-rdf" }
5959
model = { version = "=0.1.0", path = "lib/model" }
60-
arrow-rdf-functions = { version = "=0.1.0", path = "lib/arrow-rdf-functions" }
60+
graphfusion-encoding = { version = "=0.1.0", path = "lib/graphfusion-encoding" }
6161
graphfusion-engine = { version = "=0.1.0", path = "lib/graphfusion-engine" }
62+
graphfusion-functions = { version = "=0.1.0", path = "lib/graphfusion-functions" }
63+
graphfusion-functions-scalar = { version = "=0.1.0", path = "lib/graphfusion-functions-scalar" }
6264
graphfusion-logical = { version = "=0.1.0", path = "lib/graphfusion-logical" }
6365
graphfusion-physical = { version = "=0.1.0", path = "lib/graphfusion-physical" }
6466
graphfusion-storage = { version = "=0.1.0", path = "lib/graphfusion-storage" }

lib/arrow-rdf-functions/src/comparison/eq.rs

Lines changed: 0 additions & 78 deletions
This file was deleted.

lib/arrow-rdf-functions/src/comparison/generic.rs

Lines changed: 0 additions & 77 deletions
This file was deleted.

lib/arrow-rdf-functions/src/comparison/mod.rs

Lines changed: 0 additions & 7 deletions
This file was deleted.

lib/arrow-rdf-functions/src/comparison/same_term.rs

Lines changed: 0 additions & 56 deletions
This file was deleted.

0 commit comments

Comments
 (0)