Expand description
Streaming result types for async query execution.
This module provides types for streaming query results instead of
collecting them into Vec<Frame>. The primary type is SendableFrameStream,
which is a pinned, boxed, sendable stream of frames.
Structs§
- Frame
Schema - Schema information for a frame stream.
- Stream
Config - Configuration for streaming query execution.
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.