Skip to main content

Module arrow_lancedb

Module arrow_lancedb 

Source
Expand description

Arrow conversion for LanceDB sink.

LanceDB uses arrow-58, same as the arrow_58 module. This module re-exports the arrow-58 types and provides a LanceDbConvert struct with a to_record_batch method (same pattern as DeltaLakeConvert).

Re-exports§

pub use super::arrow_58::FromArrow;
pub use super::arrow_58::ToArrow;
pub use super::arrow_58::arrow_array;
pub use super::arrow_58::arrow_buffer;
pub use super::arrow_58::arrow_cast;
pub use super::arrow_58::arrow_schema;

Structs§

LanceDbConvert