Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ByConity/ByConity
/ registerDataTypeNullable
Function
registerDataTypeNullable
src/DataTypes/DataTypeNullable.cpp:112–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
110
111
112
void registerDataTypeNullable(DataTypeFactory & factory)
113
{
114
factory.registerDataType(
"Nullable"
, create);
115
}
116
117
118
DataTypePtr makeNullable(const DataTypePtr & type)
Callers
1
DataTypeFactory
Method · 0.85
Calls
1
registerDataType
Method · 0.80
Tested by
no test coverage detected