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

Function registerDataTypeUUID

src/DataTypes/DataTypeUUID.cpp:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void registerDataTypeUUID(DataTypeFactory & factory)
32{
33 factory.registerSimpleDataType("UUID", [] { return DataTypePtr(std::make_shared<DataTypeUUID>()); });
34}
35
36Field DataTypeUUID::stringToVisitorField(const String & ins) const
37{

Callers 1

DataTypeFactoryMethod · 0.85

Calls 1

Tested by

no test coverage detected