| 1004 | std::shared_ptr<DataType> smallint() { return std::make_shared<SmallintType>(); } |
| 1005 | |
| 1006 | std::shared_ptr<DataType> tinyint() { return std::make_shared<TinyintType>(); } |
| 1007 | |
| 1008 | std::shared_ptr<DataType> list_extension_type() { |
| 1009 | return std::make_shared<ListExtensionType>(); |
no outgoing calls
no test coverage detected