Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ registerDataTypeBitMap64
Function
registerDataTypeBitMap64
src/DataTypes/DataTypeBitMap64.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void registerDataTypeBitMap64(DataTypeFactory & factory)
51
{
52
factory.registerSimpleDataType(
"BitMap64"
, create);
53
}
54
55
}
Callers
1
DataTypeFactory
Method · 0.85
Calls
1
registerSimpleDataType
Method · 0.80
Tested by
no test coverage detected