| 3192 | } |
| 3193 | |
| 3194 | std::shared_ptr<DataType> time32(TimeUnit::type unit) { |
| 3195 | return std::make_shared<Time32Type>(unit); |
| 3196 | } |
| 3197 | |
| 3198 | std::shared_ptr<DataType> time64(TimeUnit::type unit) { |
| 3199 | return std::make_shared<Time64Type>(unit); |
no outgoing calls