Expand description
Apache Arrow encodings and utils for persist data
ConstantsΒ§
FunctionsΒ§
- decode_
arrow_ batch - Converts an
arrow
RecordBatch into a BlobTraceUpdates and reallocate the backing data. - encode_
arrow_ batch - Converts a
ColumnarRecords
intoarrow
columns. - realloc_
any - Re-allocate the backing storage for an array ref using lgalloc, if itβs configured. (And hopefully-temporarily work around a parquet decoding issue upstream.)
- realloc_
array - Re-allocate the backing storage for a specific array using lgalloc, if itβs configured. (And hopefully-temporarily work around a parquet decoding issue upstream.)
- realloc_
buffer π - realloc_
data π