mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
11 lines
109 B
C
11 lines
109 B
C
#pragma once
|
|
|
|
namespace DB
|
|
{
|
|
|
|
class FunctionFactory;
|
|
|
|
void register@FUNCTION@(FunctionFactory & factory);
|
|
|
|
}
|