| 1640 | } |
| 1641 | |
| 1642 | Status Visit(const DataType& type) { |
| 1643 | return Status::NotImplemented("Cannot import array of type ", type_->ToString()); |
| 1644 | } |
| 1645 | |
| 1646 | Status Visit(const FixedWidthType& type) { return ImportFixedSizePrimitive(type); } |
| 1647 |
nothing calls this directly
no test coverage detected