aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/clickhouse/src/AggregateFunctions/registerAggregateFunctions.h
blob: 2dcd4df72792981801d82a93a4e26904f7727585 (plain) (blame)
1
2
3
4
5
6
7
8
9
#pragma once

namespace DB
{
struct Settings;

void registerAggregateFunctions();

}