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

Method toString

base/base/JSON.cpp:710–719  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710std::string JSON::toString() const
711{
712 ElementType type = getType();
713
714 if (type == TYPE_STRING)
715 return getString();
716
717 Pos pos = skipElement();
718 return std::string(ptr_begin, pos - ptr_begin);
719}
720
721
722JSON::iterator JSON::iterator::begin() const

Callers 15

updateLabelMethod · 0.45
queryClickHouseFunction · 0.45
queryClickHouseFunction · 0.45
jFunction · 0.45
feFunction · 0.45
_createTipElementMethod · 0.45
_configAfterMergeMethod · 0.45
xFunction · 0.45
d3.v4.min.jsFile · 0.45
queryClickHouseFunction · 0.45
mainMethod · 0.45
threadMethod · 0.45

Calls 2

getTypeFunction · 0.85
getStringFunction · 0.85

Tested by

no test coverage detected