[Duckdb] Zero copy Arrow Array/RecordBatch to duckdb Vector/DataChunk conversion #348
Labels
arrow
Apache Arrow related issues
duckdb
help wanted
Extra attention is needed
rust
Rust related tasks
Problem Statement
#347 converts arrow array /
RecordBatch
reading from theLanceDataset
to duckdb corresponding data structures via heavy data copy.We need to implement zero-copy data transfer between arrow and duckdb to make the extension production ready.
Arrays
toduckdb::Vector
::arrow::StructArray
::arrow::ListArray
::arrow::DictionaryArray
The text was updated successfully, but these errors were encountered: