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

Method Batch

pkg/querier/batch/batch.go:49–49  ·  view source on GitHub ↗

Batch returns the current batch. Must only be called after Seek or Next have returned true.

()

Source from the content-addressed store, hash-verified

47 // Batch returns the current batch. Must only be called after Seek or Next
48 // have returned true.
49 Batch() chunk.Batch
50
51 Err() error
52}

Callers 6

SeekMethod · 0.65
NextMethod · 0.65
buildNextBatchMethod · 0.65
SeekMethod · 0.65
NextMethod · 0.65
BatchMethod · 0.65

Implementers 3

chunkIteratorpkg/querier/batch/chunk.go
mergeIteratorpkg/querier/batch/merge.go
nonOverlappingIteratorpkg/querier/batch/non_overlapping.go

Calls

no outgoing calls

Tested by

no test coverage detected