| 132 | const ASTPtr & getTableOverride() const { return table_override; } |
| 133 | |
| 134 | QueryKind getQueryKind() const override { return QueryKind::Explain; } |
| 135 | |
| 136 | protected: |
| 137 | void formatQueryImpl(WriteBuffer & ostr, const FormatSettings & settings, FormatState & state, FormatStateStacked frame) const override |