mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
460d66c68d
* PerformanceTest: use getMultiple*FromConfig, fix debug helpers * Missing file * gcc7 fixes * clnag-format of Split ComplexKeyCacheDictionary * Requested changes * Fix boost 1.64 and gcc7+ compile errors * More fixes * Fix arm build * Fix nothrow * Better arm detection * Split FunctionsArray.cpp register
17 lines
219 B
C++
17 lines
219 B
C++
#include <Functions/FunctionFactory.h>
|
|
#include <Functions/Functions@FUNCTION_AREA@.h>
|
|
|
|
@REGISTER_HEADERS@
|
|
|
|
namespace DB
|
|
{
|
|
|
|
void registerFunctions@FUNCTION_AREA@(FunctionFactory & factory)
|
|
{
|
|
|
|
@REGISTER_FUNCTIONS@
|
|
|
|
}
|
|
|
|
}
|