| 7 | ) |
| 8 | |
| 9 | type nonOverlappingIterator struct { |
| 10 | curr int |
| 11 | chunks []GenericChunk |
| 12 | iter chunkIterator |
| 13 | } |
| 14 | |
| 15 | // newNonOverlappingIterator returns a single iterator over an slice of sorted, |
| 16 | // non-overlapping iterators. |
nothing calls this directly
no outgoing calls
no test coverage detected