ClickHouse/dbms/src/Functions/registerFunctions.h
2019-12-29 04:14:21 +03:00

9 lines
59 B
C++

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