Module datafusion_physical_plan::stream
source · Expand description
Stream wrappers for physical operators
Structs§
EmptyRecordBatchStream
can be used to create aRecordBatchStream
that will produce no results- Builder for
RecordBatchReceiverStream
that propagates errors and panic’s correctly.