| 3254 | } |
| 3255 | |
| 3256 | std::shared_ptr<DataType> struct_(const FieldVector& fields) { |
| 3257 | return std::make_shared<StructType>(fields); |
| 3258 | } |
| 3259 | |
| 3260 | std::shared_ptr<DataType> struct_( |
| 3261 | std::initializer_list<std::pair<std::string, std::shared_ptr<DataType>>> fields) { |
no outgoing calls