risingwave_batch::executor

Type Alias BoxedDataChunkStream

source
pub type BoxedDataChunkStream = BoxStream<'static, Result<DataChunk>>;

Aliased Typeยง

struct BoxedDataChunkStream {}