Skip to main content

Module arrow

Module arrow 

Source
Expand description

Apache Arrow encodings and utils for persist data

Functionsยง

decode_arrow_batch
Converts an arrow RecordBatch into a BlobTraceUpdates and reallocate the backing data.
encode_arrow_batch
Converts a ColumnarRecords into arrow columns.
realloc_any
Rebuild the given array ref, dropping null buffers on non-nullable fields.
realloc_array
Rebuild the given array, dropping null buffers on non-nullable fields.
rebuild_data ๐Ÿ”’
Walks the given arrow ArrayData recursively, dropping null buffers from non-nullable fields.