MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / getProgressCallback

Method getProgressCallback

src/Interpreters/Context.cpp:3951–3954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3949}
3950
3951ProgressCallback Context::getProgressCallback() const
3952{
3953 return progress_callback;
3954}
3955
3956
3957void Context::setProcessListElement(QueryStatusPtr elem)

Callers 15

tryEstimateEmpiricalFunction · 0.80
comQueryMethod · 0.80
processQueryMethod · 0.80
buildStepExecutorMethod · 0.80
checkStatusFuncMethod · 0.80
createSelectMethod · 0.80
buildInsertPipelineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected