Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
datafusion::physical_plan::stream - Rust
[go: Go Back, main page]

Module stream

Source
Expand description

Stream wrappers for physical operators

Structs§

EmptyRecordBatchStream
EmptyRecordBatchStream can be used to create a RecordBatchStream that will produce no results
RecordBatchReceiverStreamBuilder
Builder for RecordBatchReceiverStream that propagates errors and panic’s correctly.
RecordBatchStreamAdapter
Combines a Stream with a SchemaRef implementing SendableRecordBatchStream for the combination