mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
15 lines
217 B
C++
15 lines
217 B
C++
#include <Functions/FunctionFactory.h>
|
|
#include <Functions/Functions@FUNCTION_AREA@.h>
|
|
|
|
@REGISTER_HEADERS@
|
|
|
|
namespace DB
|
|
{
|
|
|
|
void registerFunctions@FUNCTION_AREA@(FunctionFactory & factory)
|
|
{
|
|
@REGISTER_FUNCTIONS@
|
|
}
|
|
|
|
}
|