| 165 | #undef LATEST_VAL_CASE |
| 166 | |
| 167 | bool Finished() const { return batches_processed_ == total_batches_; } |
| 168 | |
| 169 | void Advance(SingleRecordBatchSliceBuilder& builder) { |
| 170 | // Advance the row until a new time is encountered or the record batch |
no outgoing calls
no test coverage detected