MCPcopy 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
29void registerDataTypeNothing(DataTypeFactory & factory)
30{
31 factory.registerSimpleDataType("Nothing", [] { return DataTypePtr(std::make_shared<DataTypeNothing>()); });
32}
33
34}

Callers 1

DataTypeFactoryMethod · 0.85

Calls 1

Tested by

no test coverage detected