| 1645 | } |
| 1646 | |
| 1647 | Status Visit(const DataType& type) { |
| 1648 | return Status::NotImplemented("Cannot import array of type ", type_->ToString()); |
| 1649 | } |
| 1650 | |
| 1651 | Status Visit(const FixedWidthType& type) { return ImportFixedSizePrimitive(type); } |
| 1652 |
nothing calls this directly
no test coverage detected