MCPcopy 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
112void registerDataTypeNullable(DataTypeFactory & factory)
113{
114 factory.registerDataType("Nullable", create);
115}
116
117
118DataTypePtr makeNullable(const DataTypePtr & type)

Callers 1

DataTypeFactoryMethod · 0.85

Calls 1

registerDataTypeMethod · 0.80

Tested by

no test coverage detected