Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ setFormatSchemaPath
Method
setFormatSchemaPath
src/Interpreters/Context.cpp:7082–7085 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7080
}
7081
7082
void Context::setFormatSchemaPath(const String & path)
7083
{
7084
shared->format_schema_path = path;
7085
}
7086
7087
String Context::getGoogleProtosPath() const
7088
{
Callers
2
initialize
Method · 0.80
main
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected