MCPcopy Create free account
hub / github.com/ByConity/ByConity / getFamilyName

Method getFamilyName

src/DataTypes/DataTypeEnum.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36template <typename Type>
37const char * DataTypeEnum<Type>::getFamilyName() const
38{
39 return EnumName<FieldType>::value;
40}
41
42
43template <typename Type>

Callers 8

tryPrepareSetIndexMethod · 0.45
fillArrowArrayFunction · 0.45
getArrowTypeFunction · 0.45
visitApplyNodeMethod · 0.45
getDataTypeByColumnFunction · 0.45
getLeastSupertypeFunction · 0.45
getTypeSizeMethod · 0.45
worthConvertingToLiteralFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected