MCPcopy Create free account
hub / github.com/ByConity/ByConity / mainEntryClickhousePartMerger

Function mainEntryClickhousePartMerger

programs/part-toolkit/PartMergerApp.cpp:283–288  ·  view source on GitHub ↗

* Main entry for the application. */

Source from the content-addressed store, hash-verified

281 * Main entry for the application.
282 */
283int mainEntryClickhousePartMerger(int argc, char ** argv)
284{
285 Poco::AutoPtr<PartMergerApp> part_merger_app = new PartMergerApp;
286 part_merger_app->init(argc, argv);
287 return part_merger_app->run();
288}

Callers

nothing calls this directly

Calls 2

initMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected