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

Method String

tempodb/encoding/vparquet3/block_search.go:400–402  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

398var _ pq.Iterator = (*rowNumberIterator)(nil)
399
400func (r *rowNumberIterator) String() string {
401 return "rowNumberIterator()"
402}
403
404func (r *rowNumberIterator) Next() (*pq.IteratorResult, error) {
405 if len(r.rowNumbers) == 0 {

Callers 3

SearchMethod · 0.45
rawToResultsFunction · 0.45
callbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected