mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +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
|
/** Implements `functions`system table, which allows you to get a list
|
||||||
* all normal and aggregate functions.
|
* 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:
|
public:
|
||||||
std::string getName() const override { return "SystemFunctions"; }
|
std::string getName() const override { return "SystemFunctions"; }
|
||||||
|
Loading…
Reference in New Issue
Block a user