Next moves to the next batch and returns chunk value type.
(size int)
| 36 | |
| 37 | // Next moves to the next batch and returns chunk value type. |
| 38 | Next(size int) chunkenc.ValueType |
| 39 | |
| 40 | // AtTime returns the start time of the next batch. Must only be called after |
| 41 | // Seek or Next have returned true. |
no outgoing calls