Module arrow_utils

Module arrow_utils 

Source
Expand description

Utility functions for converting Arrow arrays to/from raw data.

Functionsยง

buffer_into_arrow_array
Tries to convert the given raw Arrow buffer into an Arrow array.
copy_array_into_sample
Copy the given Arrow array into the provided buffer.
required_data_size
Calculates the data size in bytes required for storing a continuous copy of the given Arrow array.