Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
template <typename Type>
37
const char * DataTypeEnum<Type>::getFamilyName() const
38
{
39
return EnumName<FieldType>::value;
40
}
41
42
43
template <typename Type>
Callers
8
tryPrepareSetIndex
Method · 0.45
fillArrowArray
Function · 0.45
getArrowType
Function · 0.45
visitApplyNode
Method · 0.45
getDataTypeByColumn
Function · 0.45
getLeastSupertype
Function · 0.45
getTypeSize
Method · 0.45
worthConvertingToLiteral
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected