lance-format/lance
Auf GitHub ansehen[Duckdb] Zero copy Arrow Array/RecordBatch to duckdb Vector/DataChunk conversion
Open
#348 geöffnet am 4. Dez. 2022
arrowduckdbhelp wantedrust
Repository-Metriken
- Stars
- (6.582 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 6T 1h) (219 gemergte PRs in 30 T)
Beschreibung
Problem Statement
#347 converts arrow array / RecordBatch reading from the LanceDataset 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.
- Primitive
Arraystoduckdb::Vector -
::arrow::StructArray -
::arrow::ListArray -
::arrow::DictionaryArray