Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ registerDataTypeSet
Function
registerDataTypeSet
src/DataTypes/DataTypeSet.cpp:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void registerDataTypeSet(DataTypeFactory & factory)
28
{
29
factory.registerSimpleDataType(
"Set"
, create);
30
}
31
32
}
Callers
1
DataTypeFactory
Method · 0.85
Calls
1
registerSimpleDataType
Method · 0.80
Tested by
no test coverage detected