Scans the next value in the chunk. Directly after the iterator has been created, the next value is the first value in the chunk. Otherwise, it is the value following the last value scanned or found (by one of the Find... methods). Returns chunkenc.ValNoe if either the end of the chunk is reached or
()
| 16 | // found (by one of the Find... methods). Returns chunkenc.ValNoe if either |
| 17 | // the end of the chunk is reached or an error has occurred. |
| 18 | Scan() chunkenc.ValueType |
| 19 | // Finds the oldest value at or after the provided time and returns the value type. |
| 20 | // Returns chunkenc.ValNone if either the chunk contains no value at or after |
| 21 | // the provided time, or an error has occurred. |
no outgoing calls
no test coverage detected