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

Callers 2

getSubcolumnsOfNestedFunction · 0.85
createObjectWrapperMethod · 0.85

Calls 1

getCustomNameMethod · 0.80

Tested by

no test coverage detected