We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4db020a commit cecd0f0Copy full SHA for cecd0f0
src/types/redis_tdigest.h
@@ -135,7 +135,6 @@ class TDigest : public SubKeyScanner {
135
* @param batch The write batch to store metadata updates.
136
* @param metadata The metadata of the t-digest (may be updated if buffer is merged).
137
* @param centroids The output vector to store the centroids.
138
- * @return rocksdb::Status
139
*/
140
rocksdb::Status getCentroidsForMerge(engine::Context& ctx, const std::string& ns_key,
141
ObserverOrUniquePtr<rocksdb::WriteBatchBase>& batch, TDigestMetadata* metadata,
0 commit comments