| 2134 | } |
| 2135 | |
| 2136 | Status GetNext(ArrayType* out_array) { |
| 2137 | return ExportStreamNext(reader(), next_batch_num(), out_array); |
| 2138 | } |
| 2139 | |
| 2140 | const char* GetLastError() { |
| 2141 | const auto& last_error = private_data()->last_error_; |
no test coverage detected