Skip to content

Commit 957d041

Browse files
committed
Rename functions-scalar -> arrow-rdf-functions
1 parent 6fd2542 commit 957d041

Some content is hidden

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

94 files changed

+40
-40
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
members = [
33
"cli",
44
"lib/arrow-rdf",
5+
"lib/arrow-rdf-functions",
56
"lib/model",
6-
"lib/functions-scalar",
77
"lib/graphfusion-engine",
88
"lib/graphfusion-logical",
99
"lib/graphfusion-physical",
@@ -57,7 +57,7 @@ spargebra = "0.3.5"
5757
# Internal dependencies
5858
arrow-rdf = { version = "=0.1.0", path = "lib/arrow-rdf" }
5959
model = { version = "=0.1.0", path = "lib/model" }
60-
functions-scalar = { version = "=0.1.0", path = "lib/functions-scalar" }
60+
arrow-rdf-functions = { version = "=0.1.0", path = "lib/arrow-rdf-functions" }
6161
graphfusion-engine = { version = "=0.1.0", path = "lib/graphfusion-engine" }
6262
graphfusion-logical = { version = "=0.1.0", path = "lib/graphfusion-logical" }
6363
graphfusion-physical = { version = "=0.1.0", path = "lib/graphfusion-physical" }

lib/functions-scalar/Cargo.toml renamed to lib/arrow-rdf-functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name = "functions-scalar"
2+
name = "arrow-rdf-functions"
33
version.workspace = true
44
authors.workspace = true
55
license.workspace = true

0 commit comments

Comments
 (0)