Update Cluster.h

This commit is contained in:
alexey-milovidov 2018-11-21 07:04:24 +03:00 committed by GitHub
parent 5ee36769db
commit 96fdc2a390
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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