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

Function registerDataTypeTuple

src/DataTypes/DataTypeTuple.cpp:375–378  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

373
374
375void registerDataTypeTuple(DataTypeFactory & factory)
376{
377 factory.registerDataType("Tuple", create);
378}
379
380}

Callers 1

DataTypeFactoryMethod · 0.85

Calls 1

registerDataTypeMethod · 0.80

Tested by

no test coverage detected