Trait datafusion_python::datafusion_common::arrow::pyarrow::ToPyArrow
source · pub trait ToPyArrow {
// Required method
fn to_pyarrow(&self, py: Python<'_>) -> Result<Py<PyAny>, PyErr>;
}Expand description
Create a new PyArrow object from a arrow-rs type.