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

Method getInt

base/base/JSON.cpp:531–534  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531Int64 JSON::getInt() const
532{
533 return readIntText(ptr_begin, ptr_end);
534}
535
536UInt64 JSON::getUInt() const
537{

Callers 13

toIntMethod · 0.45
generateMethod · 0.45
connectMethod · 0.45
createServerMethod · 0.45
mainMethod · 0.45
parseHostsFromConfigMethod · 0.45
MetricsTransmitterMethod · 0.45
createServerMethod · 0.45
updateServersMethod · 0.45
startServersMethod · 0.45
connectToKeeperMethod · 0.45
testSimpleDataTypesMethod · 0.45

Calls 1

readIntTextFunction · 0.70

Tested by 2

testSimpleDataTypesMethod · 0.36