aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/src/Functions/registerFunctions.h
blob: d426fb9ebef42b82707d1d0861f5bd4c60743a01 (plain) (blame)
1
2
3
4
5
6
7
8
#pragma once

namespace DB
{

void registerFunctions();

}