| 2129 | } |
| 2130 | |
| 2131 | Status GetNext(ArrayType* out_array) { |
| 2132 | return ExportStreamNext(reader(), next_batch_num(), out_array); |
| 2133 | } |
| 2134 | |
| 2135 | const char* GetLastError() { |
| 2136 | const auto& last_error = private_data()->last_error_; |
no test coverage detected