Function rerun_bindings::arrow::array_to_rust

source ยท
pub fn array_to_rust(arrow_array: &Bound<'_, PyAny>) -> PyResult<ArrayRef>
Expand description

Perform conversion between a pyarrow array to arrow types.

name is the name of the Rerun component, and the name of the pyarrow Field (column name).