This commit is contained in:
Alexey Milovidov 2022-12-18 01:57:06 +01:00
parent 30fd9b8317
commit 3aed4c2f0c

View File

@ -617,12 +617,12 @@ public:
/// Number of rows INSERTed since server start.
///
/// Does not takes underlying Storage (if any) into account.
/// Does not take the underlying Storage (if any) into account.
virtual std::optional<UInt64> lifetimeRows() const { return {}; }
/// Number of bytes INSERTed since server start.
///
/// Does not takes underlying Storage (if any) into account.
/// Does not take the underlying Storage (if any) into account.
virtual std::optional<UInt64> lifetimeBytes() const { return {}; }
/// Creates a storage snapshot from given metadata.