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
SendableRecordBatchStream in datafusion::execution - Rust
[go: Go Back, main page]

pub type SendableRecordBatchStream = Pin<Box<dyn RecordBatchStream<Item = Result<RecordBatch, DataFusionError>> + Send, Global>>;
Expand description

Trait for a Stream of RecordBatches

Aliased Type§

struct SendableRecordBatchStream { /* private fields */ }

Trait Implementations§

1.33.0 · source§

impl<P> Deref for Pin<P>where P: Deref,

§

type Target = <P as Deref>::Target

The resulting type after dereferencing.
source§

fn deref(&self) -> &<P as Deref>::Target

Dereferences the value.