Skip to content

Commit 54fd5c4

Browse files
authored
chore: Convert DuckDB vectors directly to vortex vectors (#5228)
Signed-off-by: Robert Kruszewski <[email protected]>
1 parent 0cb2132 commit 54fd5c4

File tree

6 files changed

+265
-485
lines changed

6 files changed

+265
-485
lines changed

Cargo.lock

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

vortex-duckdb/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ crate-type = ["staticlib", "cdylib", "rlib"]
2121

2222
[dependencies]
2323
anyhow = { workspace = true }
24-
arrow-array = { workspace = true }
25-
arrow-buffer = { workspace = true }
26-
arrow-schema = { workspace = true }
2724
async-compat = { workspace = true }
2825
async-fs = { workspace = true }
2926
bitvec = { workspace = true }

vortex-duckdb/src/convert/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ pub use dtype::from_duckdb_table;
1111
pub use expr::try_from_bound_expression;
1212
pub use scalar::*;
1313
pub use table_filter::try_from_table_filter;
14-
pub use vector::data_chunk_to_arrow;
14+
pub use vector::data_chunk_to_vortex;

0 commit comments

Comments
 (0)