Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ tryGetQueryContext
Method
tryGetQueryContext
src/Common/ThreadStatus.cpp:195–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
193
}
194
195
ContextPtr ThreadStatus::tryGetQueryContext() const
196
{
197
return query_context.lock();
198
}
199
200
ContextPtr ThreadStatus::getGlobalContext() const
201
{
Callers
15
waitMutationToFinishOnReplicas
Method · 0.45
waitForUniquePartsToBeFetchedByOtherReplicas
Method · 0.45
waitForMutation
Method · 0.45
onFault
Method · 0.45
create
Method · 0.45
DateLUT.cpp
File · 0.45
AsynchronousBoundedReadBuffer
Method · 0.45
writeObject
Method · 0.45
attachTable
Method · 0.45
detachTablePermanently
Method · 0.45
transformPipeline
Method · 0.45
tryGet
Method · 0.45
Calls
1
lock
Method · 0.45
Tested by
no test coverage detected