MCPcopy Create free account
hub / github.com/ClickHouse/ClickHouse / setDefaultFormat

Method setDefaultFormat

src/Interpreters/Context.cpp:3490–3493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3488}
3489
3490void Context::setDefaultFormat(const String & name)
3491{
3492 default_format = name;
3493}
3494
3495String Context::getInsertFormat() const
3496{

Callers 5

applyCmdOptionsMethod · 0.80
executeQueryMethod · 0.80
runMethod · 0.80
processQueryMethod · 0.80
startupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected