Structs§
- Cancellable
Process 🔒 - Process
Manager - Query process manager.
- Slow
Query Timer - SlowQueryTimer is used to log slow query when it’s dropped. In drop(), it will check if the query is slow and send the slow query event to the handler.
- Ticket
Enums§
- Query
Statement - Represents a parsed query statement, functionally equivalent to [query::parser::QueryStatement]. This enum is defined here to avoid cyclic dependencies with the query parser module.