mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 23:52:03 +00:00
Update executeQuery.h
This commit is contained in:
parent
7b0a7def02
commit
3c0d0274d0
@ -17,7 +17,6 @@ namespace ClusterProxy
|
||||
class IStreamFactory;
|
||||
|
||||
/// Execute a distributed query, creating a vector of BlockInputStreams, from which the result can be read.
|
||||
/// If `enable_shard_multiplexing` is false, each stream corresponds to a single shard.
|
||||
/// `stream_factory` object encapsulates the logic of creating streams for a different type of query
|
||||
/// (currently SELECT, DESCRIBE, or ALTER (for resharding)).
|
||||
BlockInputStreams executeQuery(
|
||||
|
Loading…
Reference in New Issue
Block a user