mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-15 02:41:59 +00:00
fix style
This commit is contained in:
parent
f97dc8bf6a
commit
ca4e109c09
@ -27,7 +27,8 @@ StorageMaterializedMySQL::StorageMaterializedMySQL(const StoragePtr & nested_sto
|
||||
setInMemoryMetadata(in_memory_metadata);
|
||||
}
|
||||
|
||||
bool StorageMaterializedMySQL::needRewriteQueryWithFinal(const Names & column_names) const {
|
||||
bool StorageMaterializedMySQL::needRewriteQueryWithFinal(const Names & column_names) const
|
||||
{
|
||||
return needRewriteQueryWithFinalForStorage(column_names, nested_storage);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user