(&self)
| 3997 | |
| 3998 | impl<T: AstInfo> ExplainPlanStatement<T> { |
| 3999 | pub fn stage(&self) -> ExplainStage { |
| 4000 | self.stage.unwrap_or(ExplainStage::PhysicalPlan) |
| 4001 | } |
| 4002 | |
| 4003 | pub fn format(&self) -> ExplainFormat { |
| 4004 | self.format.unwrap_or(ExplainFormat::Text) |
no outgoing calls
no test coverage detected