fn derive_timeout_for_plan(
stmt: Option<&Statement>,
query_ctx: &QueryContextRef,
) -> Option<Duration>Expand description
Derives timeout for plan execution. When statement is not available, applies timeout for PostgreSQL only (can’t determine readonly status without statement).