pub fn export_iterator(
    iter: Box<dyn Iterator<Item = Result<Box<dyn Array>, Error>>>,
    field: Field
) -> ArrowArrayStream
Expand description

Exports an iterator to the C stream interface