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

Method getMaxFields

src/Interpreters/Context.cpp:8169–8172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8167}
8168
8169uint64_t HTTPContext::getMaxFields() const
8170{
8171 return context->getSettingsRef()[Setting::http_max_fields];
8172}
8173
8174uint64_t HTTPContext::getMaxFieldNameSize() const
8175{

Callers 1

HTTPServerRequestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected