Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ registerDataTypeNothing
Function
registerDataTypeNothing
src/DataTypes/DataTypeNothing.cpp:29–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
28
29
void registerDataTypeNothing(DataTypeFactory & factory)
30
{
31
factory.registerSimpleDataType(
"Nothing"
, [] { return DataTypePtr(std::make_shared<DataTypeNothing>()); });
32
}
33
34
}
Callers
1
DataTypeFactory
Method · 0.85
Calls
1
registerSimpleDataType
Method · 0.80
Tested by
no test coverage detected