Expand description
Streaming query lifecycle types: identifiers, states, configuration, errors, and metrics.
These types are always available (not gated behind jit) so that configuration,
error handling, and metrics aggregation can be used without pulling in Cranelift.
Structs§
- Query
Config - Configuration for a streaming query.
- QueryId
- Unique identifier for a streaming query, derived from hashing the SQL text.
- Query
Metadata - Metadata about how a query was compiled.
- Query
Metrics - Aggregated runtime metrics for a streaming query.
Enums§
- Query
Error - Errors from streaming query operations.
- Query
State - Lifecycle state of a
StreamingQuery(requiresjitfeature). - State
Store Config - State store backend configuration (kept minimal for now).
- Submit
Result - Result of submitting an event row to a streaming query.