Function scalar_to_pyarrow

Source
pub fn scalar_to_pyarrow(
    scalar: &ScalarValue,
    py: Python<'_>,
) -> PyResult<PyObject>