mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 07:01:59 +00:00
fixup! Add support for EXPLAIN ANALYZE in graph mode
This commit is contained in:
parent
88eeba57f8
commit
2f65d03416
@ -637,7 +637,7 @@ QueryPipeline InterpreterExplainQuery::executeImpl()
|
|||||||
|
|
||||||
BlockIO res;
|
BlockIO res;
|
||||||
//Build Query Plan
|
//Build Query Plan
|
||||||
if (getContext()->getSettingsRef().allow_experimental_analyzer)
|
if (getContext()->getSettingsRef()[Setting::allow_experimental_analyzer])
|
||||||
{
|
{
|
||||||
InterpreterSelectQueryAnalyzer interpreter(ast.getExplainedQuery(), getContext(), options);
|
InterpreterSelectQueryAnalyzer interpreter(ast.getExplainedQuery(), getContext(), options);
|
||||||
res = interpreter.execute();
|
res = interpreter.execute();
|
||||||
|
Loading…
Reference in New Issue
Block a user