mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 21:24:28 +00:00
Update Cluster.h
This commit is contained in:
parent
5ee36769db
commit
96fdc2a390
@ -144,7 +144,7 @@ public:
|
||||
std::unique_ptr<Cluster> getClusterWithSingleShard(size_t index) const;
|
||||
|
||||
/// Get a subcluster consisting of one or multiple shards - indexes by count (from 0) of the shard of this cluster.
|
||||
std::unique_ptr<Cluster> getClusterWithMultipleShards(std::vector<size_t> indexes) const;
|
||||
std::unique_ptr<Cluster> getClusterWithMultipleShards(const std::vector<size_t> & indices) const;
|
||||
|
||||
private:
|
||||
using SlotToShard = std::vector<UInt64>;
|
||||
|
Loading…
Reference in New Issue
Block a user