Skip to main content

StreamFactoryRef

Type Alias StreamFactoryRef 

Source
pub type StreamFactoryRef = Arc<dyn Fn() -> Result<SendableRecordBatchStream> + Send + Sync>;
Expand description

Opens a new scan stream equivalent to the one this plan was built from.

Aliased Typeยง

pub struct StreamFactoryRef { /* private fields */ }