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

Method isArray

base/poco/JSON/include/Poco/JSON/Array.h:250–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248
249
250 inline bool Array::isArray(unsigned int index) const
251 {
252 Dynamic::Var value = get(index);
253 return isArray(value);
254 }
255
256
257 inline bool Array::isArray(const Dynamic::Var & value) const

Callers 2

makeArrayMethod · 0.45
makeStructMethod · 0.45

Calls 3

getFunction · 0.50
endFunction · 0.50
typeMethod · 0.45

Tested by

no test coverage detected