Expand description
Extend Arrow Functionality
To improve Arrow-RS ergonomic
Re-exports§
Modules§
- bfloat16
- bfloat16 support for Apache Arrow.
- cast
- deepcopy
- floats
- Floats Array
- list
- schema
- Extension to arrow schema
Traits§
- Buffer
Ext - Data
Type Ext - Fixed
Size Binary Array Ext - Fixed
Size List Array Ext - Record
Batch Ext - Extends Arrow’s RecordBatch.
Functions§
- as_
fixed_ size_ binary_ array - as_
fixed_ size_ list_ array - Force downcast of an
Array
, such as anArrayRef
, toFixedSizeListArray
, 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.