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

Method close

src/Processors/Formats/Impl/ParallelDecodingBlockInputFormat.cpp:42–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void ParallelDecodingBlockInputFormat::close()
43{
44 is_stopped = true;
45 if (pool)
46 pool->wait();
47}
48
49void ParallelDecodingBlockInputFormat::initializeIfNeeded()
50{

Callers 15

prepareMethod · 0.45
prepareConsumeMethod · 0.45
prepareGenerateMethod · 0.45
prepareMethod · 0.45
prepareConsumeMethod · 0.45
prepareMethod · 0.45
prepareMethod · 0.45
prepareMethod · 0.45
prepareMethod · 0.45
prepareMethod · 0.45
prepareMethod · 0.45
prepareMethod · 0.45

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected