[−][src]Trait datafusion::execution::physical_plan::BatchIterator
Iterator over RecordBatch that can be sent between threads
Required methods
fn schema(&self) -> Arc<Schema>
Get the schema for the batches returned by this iterator
fn next(&mut self) -> Result<Option<RecordBatch>>
Get the next RecordBatch