Fix comment of function NotifyCollectTableCollectorsOnFinish (#5738)
Summary: Signed-off-by: Shafreeck Sea <shafreeck@gmail.com> Pull Request resolved: https://github.com/facebook/rocksdb/pull/5738 Differential Revision: D17097075 Pulled By: riversand963 fbshipit-source-id: ed01b5f59e8eed262a49abe1f96552842d364af1
This commit is contained in:
parent
e10570331d
commit
ab0645a596
@ -89,7 +89,7 @@ void NotifyCollectTableCollectorsOnBlockAdd(
|
|||||||
uint64_t blockRawBytes, uint64_t blockCompressedBytesFast,
|
uint64_t blockRawBytes, uint64_t blockCompressedBytesFast,
|
||||||
uint64_t blockCompressedBytesSlow);
|
uint64_t blockCompressedBytesSlow);
|
||||||
|
|
||||||
// NotifyCollectTableCollectorsOnAdd() triggers the `Finish` event for all
|
// NotifyCollectTableCollectorsOnFinish() triggers the `Finish` event for all
|
||||||
// property collectors. The collected properties will be added to `builder`.
|
// property collectors. The collected properties will be added to `builder`.
|
||||||
bool NotifyCollectTableCollectorsOnFinish(
|
bool NotifyCollectTableCollectorsOnFinish(
|
||||||
const std::vector<std::unique_ptr<IntTblPropCollector>>& collectors,
|
const std::vector<std::unique_ptr<IntTblPropCollector>>& collectors,
|
||||||
|
Loading…
Reference in New Issue
Block a user