mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 13:42:02 +00:00
Use new RemoteBlockInputStream's interface
This commit is contained in:
parent
c6f35247bf
commit
73fa7905f0
@ -951,7 +951,7 @@ private:
|
|||||||
statistics[statisticIndex].watch_per_query.restart();
|
statistics[statisticIndex].watch_per_query.restart();
|
||||||
|
|
||||||
std::shared_ptr<RemoteBlockInputStream> stream
|
std::shared_ptr<RemoteBlockInputStream> stream
|
||||||
= std::make_shared<RemoteBlockInputStream>(connection, query, &settings, nullptr, Tables() /*, query_processing_stage*/
|
= std::make_shared<RemoteBlockInputStream>(*connection, query, &settings, nullptr, Tables() /*, query_processing_stage*/
|
||||||
);
|
);
|
||||||
|
|
||||||
size_t stream_index;
|
size_t stream_index;
|
||||||
|
Loading…
Reference in New Issue
Block a user