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

Method String

tempodb/encoding/vparquet5/block_traceql.go:1360–1362  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1358}
1359
1360func (i *rebatchIterator) String() string {
1361 return fmt.Sprintf("rebatchIterator: \n\t%s", util.TabOut(i.iter))
1362}
1363
1364// Next has to handle two different style results. First is an initial set of spans
1365// that does not have a callback spanset. These can be passed directly through.

Callers

nothing calls this directly

Calls 1

TabOutFunction · 0.92

Tested by

no test coverage detected