mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
9 lines
59 B
C++
9 lines
59 B
C++
|
#pragma once
|
||
|
|
||
|
namespace DB
|
||
|
{
|
||
|
|
||
|
void registerFunctions();
|
||
|
|
||
|
}
|