MCPcopy 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
7082void Context::setFormatSchemaPath(const String & path)
7083{
7084 shared->format_schema_path = path;
7085}
7086
7087String Context::getGoogleProtosPath() const
7088{

Callers 2

initializeMethod · 0.80
mainMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected