mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Fix typo
This commit is contained in:
parent
30fd9b8317
commit
3aed4c2f0c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user