ClickHouse/dbms/src/Functions/registerFunctions.h
2017-04-21 21:30:16 +03:00

9 lines
59 B
C++

#pragma once
namespace DB
{
void registerFunctions();
}