| 3184 | } |
| 3185 | |
| 3186 | std::shared_ptr<DataType> timestamp(TimeUnit::type unit) { |
| 3187 | return std::make_shared<TimestampType>(unit); |
| 3188 | } |
| 3189 | |
| 3190 | std::shared_ptr<DataType> timestamp(TimeUnit::type unit, const std::string& timezone) { |
| 3191 | return std::make_shared<TimestampType>(unit, timezone); |
no outgoing calls