mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-18 21:51:57 +00:00
fbe7df73a2
CONTRIB-254
15 lines
239 B
C++
15 lines
239 B
C++
#include "register@FUNCTION@.h"
|
|
|
|
#include <Functions/FunctionFactory.h>
|
|
#include <Functions/Functions@FUNCTION_AREA@.h>
|
|
|
|
namespace DB
|
|
{
|
|
|
|
void register@FUNCTION@(FunctionFactory & factory)
|
|
{
|
|
factory.registerFunction<@FUNCTION@>();
|
|
}
|
|
|
|
}
|