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

Function writeTaskLog

src/Statistics/AutoStatsTaskLogHelper.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void writeTaskLog(ContextPtr context, const TaskInfo & task, const String & extra_message)
135{
136 writeTaskLog(context, task.getCore(), extra_message);
137}
138
139
140void writeTaskLog(ContextPtr context, const TaskInfoCore & core, const String & extra_message)

Callers 6

executeOneTaskMethod · 0.85
logTaskIfNeededMethod · 0.85
redirectAsyncStatsTasksFunction · 0.85
submitAsyncTasksFunction · 0.85
submitAsyncTasksFunction · 0.85

Calls 10

createCatalogAdaptorFunction · 0.85
nowSubsecondDt64Function · 0.85
getCoreMethod · 0.80
getAutoStatsTaskLogMethod · 0.80
toStringFunction · 0.50
getTableIdByUUIDMethod · 0.45
valueMethod · 0.45
getDatabaseNameMethod · 0.45
getTableNameMethod · 0.45
addMethod · 0.45

Tested by 1

submitAsyncTasksFunction · 0.68