ClickHouse/src/Functions/registerFunctions.h
2020-04-03 18:14:31 +03:00

9 lines
59 B
C++

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