Expand description
Streaming result types for async query execution.
This module provides channel-based stream implementations and re-exports core stream types.
Structs§
- Channel
Frame Stream - Stream implementation backed by a bounded mpsc channel.
- Frame
Schema - Schema information for a frame stream.
- Frame
Sender - Sender half for producing frames into the stream.
- Stream
Config - Configuration for streaming query execution.
- Stream
Handle - Handle for controlling a running stream query.
- Stream
Id - Unique identifier for a stream.
Enums§
- Stream
Error - Errors that can occur during streaming query execution.
Type Aliases§
- Sendable
Frame Stream - Primary result type for async query execution.
- Stream
Result - Result type for stream items.