Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
makeArray
Method · 0.45
makeStruct
Method · 0.45
Calls
3
get
Function · 0.50
end
Function · 0.50
type
Method · 0.45
Tested by
no test coverage detected