mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
commit
95d115a8bb
@ -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