| 1002 | std::shared_ptr<DataType> uuid() { return std::make_shared<ExampleUuidType>(); } |
| 1003 | |
| 1004 | std::shared_ptr<DataType> smallint() { return std::make_shared<SmallintType>(); } |
| 1005 | |
| 1006 | std::shared_ptr<DataType> tinyint() { return std::make_shared<TinyintType>(); } |
| 1007 |
no outgoing calls
no test coverage detected