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

Struct rawIterator

tempodb/encoding/vparquet4/block_iterator.go:55–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected