Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8169
uint64_t HTTPContext::getMaxFields() const
8170
{
8171
return context->getSettingsRef()[Setting::http_max_fields];
8172
}
8173
8174
uint64_t HTTPContext::getMaxFieldNameSize() const
8175
{
Callers
1
HTTPServerRequest
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected