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.