mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 16:12:01 +00:00
Update StorageSystemFunctions.h
This commit is contained in:
parent
2834ba2dfb
commit
8af95f39e8
@ -13,7 +13,7 @@ class Context;
|
||||
/** Implements `functions`system table, which allows you to get a list
|
||||
* all normal and aggregate functions.
|
||||
*/
|
||||
class StorageSystemFunctions : public ext::shared_ptr_helper<StorageSystemFunctions>, public IStorageSystemOneBlock<StorageSystemFunctions>
|
||||
class StorageSystemFunctions : public ext::shared_ptr_helper<StorageSystemFunctions>, public IStorageSystemOneBlock<StorageSystemFunctions>
|
||||
{
|
||||
public:
|
||||
std::string getName() const override { return "SystemFunctions"; }
|
||||
|
Loading…
Reference in New Issue
Block a user