Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getInitialQueryId
Method
getInitialQueryId
src/Interpreters/Context.cpp:3367–3370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3365
3366
3367
String Context::getInitialQueryId() const
3368
{
3369
return client_info.initial_query_id;
3370
}
3371
3372
3373
void Context::setCurrentDatabaseNameInGlobalContext(const String & name)
Callers
15
JoinAlgorithmParams
Method · 0.80
tryLockTimedWithContext
Method · 0.80
tryLockForCurrentQueryTimedWithContext
Method · 0.80
getJoinLocked
Method · 0.80
replaceReadingFromTable
Function · 0.80
QueryPlanOptimizationSettings
Method · 0.80
lockTablesForReading
Method · 0.80
checkTable
Method · 0.80
TableNode
Method · 0.80
updateStorage
Method · 0.80
tryResolveTableIdentifier
Method · 0.80
observePath
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected