Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3951
ProgressCallback Context::getProgressCallback() const
3952
{
3953
return progress_callback;
3954
}
3955
3956
3957
void Context::setProcessListElement(QueryStatusPtr elem)
Callers
15
getSQLSecurityOverriddenContext
Method · 0.80
tryEstimateEmpirical
Function · 0.80
comQuery
Method · 0.80
processQuery
Method · 0.80
createProgressCallback
Method · 0.80
buildStepExecutor
Method · 0.80
BuildQueryPipelineSettings
Method · 0.80
checkStatusFunc
Method · 0.80
evaluateScalarSubqueryIfNeeded
Method · 0.80
createSelect
Method · 0.80
addInsertToSelectPipeline
Method · 0.80
buildInsertPipeline
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected