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

Method getUInt

base/base/JSON.cpp:536–539  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

534}
535
536UInt64 JSON::getUInt() const
537{
538 return readUIntText(ptr_begin, ptr_end);
539}
540
541bool JSON::getBool() const
542{

Callers 9

toUIntMethod · 0.45
generateMethod · 0.45
initializeHistoryFileMethod · 0.45
socketBindListenMethod · 0.45
mainMethod · 0.45
parseConfigMethod · 0.45
mainMethod · 0.45
mainMethod · 0.45
initializeMethod · 0.45

Calls 1

readUIntTextFunction · 0.85

Tested by

no test coverage detected