mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Style fix
This commit is contained in:
parent
0cccb2ac3b
commit
5a180b53ed
@ -43,7 +43,8 @@ public:
|
||||
|
||||
bool supportsTrivialCountOptimization() const override { return false; }
|
||||
|
||||
IndexSizeByName getSecondaryIndexSizes() const override {
|
||||
IndexSizeByName getSecondaryIndexSizes() const override
|
||||
{
|
||||
return nested_storage->getSecondaryIndexSizes();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user