MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getQueryKind

Method getQueryKind

src/Parsers/ASTExplainQuery.h:134–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

formatQueryImplMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected