Seek to the batch at (or after) time t and returns chunk value type.
(t int64, size int)
| 33 | type iterator interface { |
| 34 | // Seek to the batch at (or after) time t and returns chunk value type. |
| 35 | Seek(t int64, size int) chunkenc.ValueType |
| 36 | |
| 37 | // Next moves to the next batch and returns chunk value type. |
| 38 | Next(size int) chunkenc.ValueType |
no outgoing calls