mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +00:00
Refactor IStorage::read with query plan.
This commit is contained in:
parent
50674a320f
commit
2ffc2b6927
@ -1467,7 +1467,7 @@ void InterpreterSelectQuery::executeFetchColumns(
|
||||
limits,
|
||||
leaf_limits,
|
||||
std::move(quota),
|
||||
std::move(context));
|
||||
context);
|
||||
adding_limits_and_quota->setStepDescription("Set limits and quota after reading from storage");
|
||||
query_plan.addStep(std::move(adding_limits_and_quota));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user