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

namespace DB
{

void registerFormats();

}