Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ isNested
Function
isNested
src/DataTypes/DataTypeNested.h:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
26
template <typename DataType>
27
inline bool isNested(const DataType & data_type)
28
{
29
return typeid_cast<const DataTypeNestedCustomName *>(data_type->getCustomName()) != nullptr;
30
}
31
32
}
33
Callers
2
getSubcolumnsOfNested
Function · 0.85
createObjectWrapper
Method · 0.85
Calls
1
getCustomName
Method · 0.80
Tested by
no test coverage detected