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

Method String

tempodb/encoding/vparquet4/block_search.go:403–405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

401var _ pq.Iterator = (*rowNumberIterator)(nil)
402
403func (r *rowNumberIterator) String() string {
404 return "rowNumberIterator()"
405}
406
407func (r *rowNumberIterator) Next() (*pq.IteratorResult, error) {
408 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