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.
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.