| 996 | std::shared_ptr<DataType> smallint() { return std::make_shared<SmallintType>(); } |
| 997 | |
| 998 | std::shared_ptr<DataType> tinyint() { return std::make_shared<TinyintType>(); } |
| 999 | |
| 1000 | std::shared_ptr<DataType> list_extension_type() { |
| 1001 | return std::make_shared<ListExtensionType>(); |
no outgoing calls
no test coverage detected