Add custom graph executor and implement filter node to test it (#2)

Reviewed-on: vato007/coster-rs#2
This commit is contained in:
2024-07-28 16:41:49 +09:30
parent 25180d3616
commit 5acee8c889
12 changed files with 1123 additions and 500 deletions

View File

@@ -22,7 +22,7 @@ chrono = {version = "0.4.31", features = ["default", "serde"]}
rayon = "1.6.0"
tokio = { version = "1.26.0", features = ["full"] }
sqlx = { version = "0.6", features = [ "runtime-tokio-rustls", "mssql", "any" ] }
sqlx = { version = "0.8", features = [ "runtime-tokio-rustls", "any" ] }
rmp-serde = "1.1.1"
tempfile = "3.7.0"
polars = {version = "0.32.1", features = ["lazy", "performant", "streaming", "cse", "dtype-datetime"]}