MCPcopy Create free account
hub / github.com/ByConity/ByConity / registerDataTypeSet

Function registerDataTypeSet

src/DataTypes/DataTypeSet.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void registerDataTypeSet(DataTypeFactory & factory)
28{
29 factory.registerSimpleDataType("Set", create);
30}
31
32}

Callers 1

DataTypeFactoryMethod · 0.85

Calls 1

Tested by

no test coverage detected