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

Method MaxCurrentChunkTime

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

MaxCurrentChunkTime returns the max time on the current chunk.

()

Source from the content-addressed store, hash-verified

43
44 // MaxCurrentChunkTime returns the max time on the current chunk.
45 MaxCurrentChunkTime() int64
46
47 // Batch returns the current batch. Must only be called after Seek or Next
48 // have returned true.

Callers 3

MaxCurrentChunkTimeMethod · 0.65
SeekMethod · 0.65
MaxCurrentChunkTimeMethod · 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