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

Method NextRow

tempodb/encoding/vparquet5/wal_block.go:1120–1122  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

1118}
1119
1120func (i *commonIterator) NextRow(ctx context.Context) (common.ID, parquet.Row, error) {
1121 return i.iter.Next(ctx)
1122}
1123
1124func (i *commonIterator) Close() {
1125 i.iter.Close()

Callers 1

CreateBlockFunction · 0.45

Calls 1

NextMethod · 0.65

Tested by

no test coverage detected