ClickHouse/dbms/src/TableFunctions/registerTableFunctions.h

9 lines
64 B
C++

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