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

Method getUInt64

base/poco/Util/src/AbstractConfiguration.cpp:193–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192
193UInt64 AbstractConfiguration::getUInt64(const std::string& key) const
194{
195 Mutex::ScopedLock lock(_mutex);
196
197 std::string value;
198 if (getRaw(key, value))
199 return parseUInt64(internalExpand(value));
200 else
201 throw NotFoundException(key);
202}
203
204
205UInt64 AbstractConfiguration::getUInt64(const std::string& key, UInt64 defaultValue) const

Callers 15

getMaxHstsAgeMethod · 0.45
getMaxUriSizeMethod · 0.45
getMaxFieldsMethod · 0.45
getMaxFieldNameSizeMethod · 0.45
getMaxFieldValueSizeMethod · 0.45
mainMethod · 0.45
fromConfigMethod · 0.45
getFromConfigMethod · 0.45
startupMethod · 0.45
parseConfigMethod · 0.45
RunnerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected