Module stream

Module stream 

Source

Structsยง

FieldCursorStream
Specialized stream for sorts on single primitive columns
FusedStreams ๐Ÿ”’
A new type wrapper around a set of fused SendableRecordBatchStream that implements debug, and skips over empty [RecordBatch]
ReusableRows ๐Ÿ”’
A pair of Arc<Rows> that can be reused
RowCursorStream
A PartitionedStream that wraps a set of SendableRecordBatchStream and computes RowValues based on the provided PhysicalSortExpr Note: the stream returns an error if the consumer buffers more than one RowValues (i.e. holds on to two RowValues from the same partition at the same time).

Traitsยง

PartitionedStream
A Stream that has multiple partitions that can be polled separately but not concurrently