Update executeQuery.h

This commit is contained in:
alexey-milovidov 2017-08-13 12:16:22 +03:00
parent 7b0a7def02
commit 3c0d0274d0

View File

@ -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(