Trait datafusion::physical_plan::RecordBatchStream
source · [−]pub trait RecordBatchStream: Stream<Item = ArrowResult<RecordBatch>> {
fn schema(&self) -> SchemaRef;
}
Expand description
Trait for types that stream arrow::record_batch::RecordBatch