Expand description
Apache Arrow encodings and utils for persist data
Functionsยง
- decode_
arrow_ batch - Converts an
arrowRecordBatch into a BlobTraceUpdates and reallocate the backing data. - encode_
arrow_ batch - Converts a
ColumnarRecordsintoarrowcolumns. - 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
ArrayDatarecursively, dropping null buffers from non-nullable fields.