MCPcopy 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
7029Context::ApplicationType Context::getApplicationType() const
7030{
7031 return shared->application_type;
7032}
7033
7034void Context::setApplicationType(ApplicationType type)
7035{

Callers 15

checkCreationIsAllowedFunction · 0.80
selectReadBufferFunction · 0.80
StorageFileMethod · 0.80
initializeMethod · 0.80
DatabaseFilesystemMethod · 0.80
checkTableFilePathMethod · 0.80
getClusterImplMethod · 0.80
openSQLiteDBFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected