mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-05 23:31:24 +00:00
3 lines
150 B
C++
3 lines
150 B
C++
int mainEntryClickHouseCompressor(int argc, char ** argv);
|
|
int main(int argc_, char ** argv_) { return mainEntryClickHouseCompressor(argc_, argv_); }
|