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