Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getApplicationType
Method
getApplicationType
src/Interpreters/Context.cpp:7029–7032 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7027
7028
7029
Context::ApplicationType Context::getApplicationType() const
7030
{
7031
return shared->application_type;
7032
}
7033
7034
void Context::setApplicationType(ApplicationType type)
7035
{
Callers
15
checkCreationIsAllowed
Function · 0.80
selectReadBuffer
Function · 0.80
StorageFile
Method · 0.80
checkTableCanBeRenamed
Method · 0.80
StorageEmbeddedRocksDB
Method · 0.80
initialize
Method · 0.80
DatabaseFilesystem
Method · 0.80
checkTableFilePath
Method · 0.80
getClusterImpl
Method · 0.80
openSQLiteDB
Function · 0.80
getInputFormatFromASTInsertQuery
Function · 0.80
InputFormatErrorsLogger
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected