Module stream

Module stream 

Source
Expand description

Streaming result types for async query execution.

This module provides channel-based stream implementations and re-exports core stream types.

Structs§

ChannelFrameStream
Stream implementation backed by a bounded mpsc channel.
FrameSchema
Schema information for a frame stream.
FrameSender
Sender half for producing frames into the stream.
StreamConfig
Configuration for streaming query execution.
StreamHandle
Handle for controlling a running stream query.
StreamId
Unique identifier for a stream.

Enums§

StreamError
Errors that can occur during streaming query execution.

Type Aliases§

SendableFrameStream
Primary result type for async query execution.
StreamResult
Result type for stream items.