Function polars_arrow::ffi::export_iterator

source ยท
pub fn export_iterator(
    iter: Box<dyn Iterator<Item = PolarsResult<Box<dyn Array>>>>,
    field: Field,
) -> ArrowArrayStream
Expand description

Exports an iterator to the C stream interface