ClickHouse/dbms/src/Functions/registerFunctions.h

9 lines
59 B
C++
Raw Normal View History

2017-04-21 17:47:27 +00:00
#pragma once
namespace DB
{
void registerFunctions();
}