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

Method String

tempodb/encoding/vparquet3/block_traceql.go:1021–1023  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1019}
1020
1021func (i *bridgeIterator) String() string {
1022 return fmt.Sprintf("bridgeIterator: \n\t%s", util.TabOut(i.iter))
1023}
1024
1025func (i *bridgeIterator) Next() (*parquetquery.IteratorResult, error) {
1026 // drain current buffer

Callers

nothing calls this directly

Calls 1

TabOutFunction · 0.92

Tested by

no test coverage detected