Module datafusion::physical_plan::stream
source · Expand description
Stream wrappers for physical operators
Structs
- EmptyRecordBatchStream can be used to create a RecordBatchStream that will produce no results
- Builder for [
RecordBatchReceiverStream
] that propagates errors and panic’s correctly.