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

Method getDouble

base/base/JSON.cpp:526–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524
525
526double JSON::getDouble() const
527{
528 return readFloatText(ptr_begin, ptr_end);
529}
530
531Int64 JSON::getInt() const
532{

Callers 4

toDoubleMethod · 0.45
getFromConfigImplMethod · 0.45
parseConfigMethod · 0.45
RunnerMethod · 0.45

Calls 1

readFloatTextFunction · 0.70

Tested by

no test coverage detected