Crate lance_arrow

Source
Expand description

Extend Arrow Functionality

To improve Arrow-RS ergonomic

Re-exports§

pub use schema::*;
pub use floats::*;

Modules§

bfloat16
bfloat16 support for Apache Arrow.
cast
deepcopy
floats
Floats Array
list
schema
Extension to arrow schema

Traits§

BufferExt
DataTypeExt
FixedSizeBinaryArrayExt
FixedSizeListArrayExt
RecordBatchExt
Extends Arrow’s RecordBatch.

Functions§

as_fixed_size_binary_array
as_fixed_size_list_array
Force downcast of an Array, such as an ArrayRef, to FixedSizeListArray, panic’ing on failure.
fixed_size_list_type
interleave_batches
Interleave multiple RecordBatches into a single RecordBatch.
iter_str_array
try_new_generic_list_array
Create an GenericListArray from values and offsets.