Module datafusion::physical_plan::stream
source · [−]Expand description
Stream wrappers for physical operators
Structs
Adapter for a tokio ReceiverStream
that implements the
SendableRecordBatchStream
interface
Combines a [Stream
] with a SchemaRef
implementing
RecordBatchStream
for the combination