Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3490
void Context::setDefaultFormat(const String & name)
3491
{
3492
default_format = name;
3493
}
3494
3495
String Context::getInsertFormat() const
3496
{
Callers
5
applyCmdOptions
Method · 0.80
executeQuery
Method · 0.80
run
Method · 0.80
processQuery
Method · 0.80
startup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected