Trait polars_io::ArrowReader[][src]

pub trait ArrowReader {
    fn next_record_batch(&mut self) -> ArrowResult<Option<RecordBatch>>;
fn schema(&self) -> Arc<Schema>; }

Required methods

Implementations on Foreign Types

Implementors