MCPcopy
hub / github.com/grafana/tempo / Iterator

Method Iterator

tempodb/encoding/common/interfaces.go:143–143  ·  view source on GitHub ↗

Iterator returns an iterator for the block's data. Returns an error if the iterator creation fails.

(ctx context.Context)

Source from the content-addressed store, hash-verified

141 // Iterator returns an iterator for the block's data.
142 // Returns an error if the iterator creation fails.
143 Iterator(ctx context.Context) (Iterator, error)
144
145 // Clear clears the block's data.
146 // Returns an error if the clear operation fails.

Callers 15

testIteratorFunction · 0.65
TestPartialReplayFunction · 0.65
TestWalBlockIteratorFunction · 0.65
TestPartialReplayFunction · 0.65
TestWalBlockIteratorFunction · 0.65
TestPartialReplayFunction · 0.65
TestWalBlockIteratorFunction · 0.65

Implementers 3

walBlocktempodb/encoding/vparquet4/wal_block.g
walBlocktempodb/encoding/vparquet5/wal_block.g
walBlocktempodb/encoding/vparquet3/wal_block.g

Calls

no outgoing calls

Tested by 13

testIteratorFunction · 0.52
TestPartialReplayFunction · 0.52
TestWalBlockIteratorFunction · 0.52
TestPartialReplayFunction · 0.52
TestWalBlockIteratorFunction · 0.52
TestPartialReplayFunction · 0.52
TestWalBlockIteratorFunction · 0.52