Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ getMaxFields
Method
getMaxFields
programs/keeper/Keeper.cpp:262–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
}
261
262
uint64_t getMaxFields() const override
263
{
264
return context->getConfigRef().getUInt64(
"keeper_server.http_max_fields"
, 1000000);
265
}
266
267
uint64_t getMaxFieldNameSize() const override
268
{
Callers
nothing calls this directly
Calls
1
getUInt64
Method · 0.45
Tested by
no test coverage detected