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