Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
531
Int64 JSON::getInt() const
532
{
533
return readIntText(ptr_begin, ptr_end);
534
}
535
536
UInt64 JSON::getUInt() const
537
{
Callers
13
toInt
Method · 0.45
generate
Method · 0.45
connect
Method · 0.45
createServer
Method · 0.45
main
Method · 0.45
parseHostsFromConfig
Method · 0.45
MetricsTransmitter
Method · 0.45
createServer
Method · 0.45
updateServers
Method · 0.45
startServers
Method · 0.45
connectToKeeper
Method · 0.45
testSimpleDataTypes
Method · 0.45
Calls
1
readIntText
Function · 0.70
Tested by
2
testSimpleDataTypes
Method · 0.36
testLowCardinalityAndNullableTypes
Method · 0.36