MCPcopy Create free account
hub / github.com/ByConity/ByConity / initSettings

Method initSettings

src/Interpreters/InterpreterSelectQuery.cpp:3070–3075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3068
3069
3070void InterpreterSelectQuery::initSettings()
3071{
3072 auto & query = getSelectQuery();
3073 if (query.settings())
3074 InterpreterSetQuery(query.settings(), context).executeForCurrentContext();
3075}
3076
3077}

Callers

nothing calls this directly

Calls 4

InterpreterSetQueryClass · 0.85
getSelectQueryFunction · 0.50
settingsMethod · 0.45

Tested by

no test coverage detected