mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Implement totalBytes() for StorageNull
This commit is contained in:
parent
ee89dfc92b
commit
fe9a638540
@ -48,6 +48,10 @@ public:
|
||||
{
|
||||
return {0};
|
||||
}
|
||||
std::optional<UInt64> totalBytes() const override
|
||||
{
|
||||
return {0};
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user