Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
void ParallelDecodingBlockInputFormat::close()
43
{
44
is_stopped = true;
45
if (pool)
46
pool->wait();
47
}
48
49
void ParallelDecodingBlockInputFormat::initializeIfNeeded()
50
{
Callers
15
prepare
Method · 0.45
prepareConsume
Method · 0.45
prepareGenerate
Method · 0.45
prepare
Method · 0.45
prepareConsume
Method · 0.45
prepare
Method · 0.45
prepare
Method · 0.45
prepare
Method · 0.45
prepare
Method · 0.45
prepare
Method · 0.45
prepare
Method · 0.45
prepare
Method · 0.45
Calls
1
wait
Method · 0.45
Tested by
no test coverage detected