Expand description
Stream wrappers for physical operators
Structs§
- Empty
Record Batch Stream EmptyRecordBatchStream
can be used to create aRecordBatchStream
that will produce no results- Record
Batch Receiver Stream Builder - Builder for
RecordBatchReceiverStream
that propagates errors and panic’s correctly. - Record
Batch Stream Adapter - Combines a
Stream
with aSchemaRef
implementingSendableRecordBatchStream
for the combination