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

Struct rawIterator

tempodb/encoding/vparquet5/block_iterator.go:57–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57type rawIterator struct {
58 blockID string
59 r *parquet.Reader //nolint:all //deprecated
60 traceIDIndex int
61 pool *rowPool
62}
63
64var _ RawIterator = (*rawIterator)(nil)
65

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected