mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
15 lines
249 B
C++
15 lines
249 B
C++
#include <Functions/register@FUNCTION@.h>
|
|
|
|
#include <Functions/FunctionFactory.h>
|
|
#include <Functions/Functions@FUNCTION_AREA@.h>
|
|
|
|
namespace DB
|
|
{
|
|
|
|
void register@FUNCTION@(FunctionFactory & factory)
|
|
{
|
|
factory.registerFunction<@FUNCTION@>();
|
|
}
|
|
|
|
}
|