Finds the oldest value at or after the provided time and returns the value type. Returns chunkenc.ValNone if either the chunk contains no value at or after the provided time, or an error has occurred.
(model.Time)
| 20 | // Returns chunkenc.ValNone if either the chunk contains no value at or after |
| 21 | // the provided time, or an error has occurred. |
| 22 | FindAtOrAfter(model.Time) chunkenc.ValueType |
| 23 | // Returns a batch of the provisded size; NB not idempotent! Should only be called |
| 24 | // once per Scan. |
| 25 | Batch(size int, valType chunkenc.ValueType) Batch |