| 3168 | } |
| 3169 | |
| 3170 | std::shared_ptr<DataType> duration(TimeUnit::type unit) { |
| 3171 | return std::make_shared<DurationType>(unit); |
| 3172 | } |
| 3173 | |
| 3174 | std::shared_ptr<DataType> day_time_interval() { |
| 3175 | return std::make_shared<DayTimeIntervalType>(); |
no outgoing calls