MCPcopy Create free account
hub / github.com/cortexproject/cortex / nonOverlappingIterator

Struct nonOverlappingIterator

pkg/querier/batch/non_overlapping.go:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7)
8
9type 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.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected