MCPcopy 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
29template <typename DataType>
30inline bool isNested(const DataType & data_type)
31{
32 return typeid_cast<const DataTypeNestedCustomName *>(data_type->getCustomName()) != nullptr;
33}
34
35}
36

Callers 9

flattenNestedMethod · 0.85
processNextStorageMethod · 0.85
getBinaryTypeIndexFunction · 0.85
flattenImplFunction · 0.85
getSubcolumnsOfNestedFunction · 0.85
isSubcolumnOfNestedFunction · 0.85

Calls 1

getCustomNameMethod · 0.80

Tested by

no test coverage detected