| 1282 | } |
| 1283 | |
| 1284 | Status ProcessPrimitive(const std::shared_ptr<DataType>& type) { |
| 1285 | RETURN_NOT_OK(f_parser_.CheckAtEnd()); |
| 1286 | type_ = type; |
| 1287 | return CheckNoChildren(type); |
| 1288 | } |
| 1289 | |
| 1290 | template <typename ListType> |
| 1291 | Status ProcessListLike() { |
nothing calls this directly
no test coverage detected