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

Method getValue

base/base/JSON.cpp:665–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

663}
664
665JSON JSON::getValue() const
666{
667 Pos pos = skipString();
668 checkPos(pos);
669 if (*pos != ':')
670 throw JSONException("JSON: expected :.");
671 ++pos;
672 checkPos(pos);
673 return JSON(pos, ptr_end, level + 1);
674}
675
676
677double JSON::toDouble() const

Callers 15

addAttributesMethod · 0.45
hasAttributeValueMethod · 0.45
setAttributesMethod · 0.45
Element.cppFile · 0.45
setAttributeNodeMethod · 0.45
removeAttributeNodeMethod · 0.45
setAttributeNodeNSMethod · 0.45
operator[]Method · 0.45
dumpMachineFunction · 0.45
dumpNodesFunction · 0.45
oFunction · 0.45
getHeaderMethod · 0.45

Calls 1

JSONClass · 0.70

Tested by

no test coverage detected