| 3180 | } |
| 3181 | |
| 3182 | std::shared_ptr<DataType> month_interval() { |
| 3183 | return std::make_shared<MonthIntervalType>(); |
| 3184 | } |
| 3185 | |
| 3186 | std::shared_ptr<DataType> timestamp(TimeUnit::type unit) { |
| 3187 | return std::make_shared<TimestampType>(unit); |
no outgoing calls