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