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

Method get

base/poco/JSON/src/Array.cpp:84–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83
84Var Array::get(unsigned int index) const
85{
86 Var value;
87 try
88 {
89 value = _values.at(index);
90 }
91 catch (std::out_of_range&)
92 {
93 //Ignore, we return an empty value
94 }
95 return value;
96}
97
98
99Array::Ptr Array::getArray(unsigned int index) const

Callers 15

dispatchNodeInsertedMethod · 0.45
dispatchNodeRemovedMethod · 0.45
dispatchAttrModifiedMethod · 0.45
NamePool.cppFile · 0.45
is_matchFunction · 0.45
read_unicode_cpFunction · 0.45
read_unicodeFunction · 0.45

Calls 1

atMethod · 0.45

Tested by

no test coverage detected