Expand description
Extend Arrow Functionality
To improve Arrow-RS ergonomic
Re-exports§
Modules§
- bfloat16
- bfloat16 support for Apache Arrow.
- cast
- deepcopy
- floats
- Floats Array
- json
- JSON support for Apache Arrow.
- list
- memory
- schema
- Extension to arrow schema
- struct
- Extension to arrow struct arrays
Constants§
- ARROW_
EXT_ META_ KEY - Arrow extension metadata key for extension metadata
- ARROW_
EXT_ NAME_ KEY - Arrow extension metadata key for extension name
- BLOB_
META_ KEY - Key used by lance to mark a field as a blob TODO: Use Arrow extension mechanism instead?
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
GenericListArrayfrom values and offsets.