| 3196 | } |
| 3197 | |
| 3198 | std::shared_ptr<DataType> time64(TimeUnit::type unit) { |
| 3199 | return std::make_shared<Time64Type>(unit); |
| 3200 | } |
| 3201 | |
| 3202 | std::shared_ptr<DataType> list(std::shared_ptr<DataType> value_type) { |
| 3203 | return std::make_shared<ListType>(std::move(value_type)); |
no outgoing calls