MCPcopy 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
3367String Context::getInitialQueryId() const
3368{
3369 return client_info.initial_query_id;
3370}
3371
3372
3373void Context::setCurrentDatabaseNameInGlobalContext(const String & name)

Callers 15

JoinAlgorithmParamsMethod · 0.80
getJoinLockedMethod · 0.80
replaceReadingFromTableFunction · 0.80
lockTablesForReadingMethod · 0.80
checkTableMethod · 0.80
TableNodeMethod · 0.80
updateStorageMethod · 0.80
observePathMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected