pub trait ArrowReader {
    fn next_record_batch(&mut self) -> ArrowResult<Option<ArrowChunk>>;
}

Required Methods

Implementations on Foreign Types

Implementors