Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ erase
Method
erase
src/Statistics/AutoStatisticsTaskQueue.cpp:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void TaskQueue::erase(UUID table_uuid)
71
{
72
std::unique_lock lck(mtx);
73
task_infos.erase(table_uuid);
74
}
75
76
size_t TaskQueue::size() const
77
{
Callers
9
getCallbackPtr
Method · 0.45
onFinishCall
Method · 0.45
erasePreparedStatement
Method · 0.45
unregisterConnection
Method · 0.45
executeOneTask
Method · 0.45
invalidate
Method · 0.45
dropStatsColumnData
Method · 0.45
dropStatsData
Method · 0.45
updateTasksFromLogIfNeeded
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected