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

Method String

pkg/parquetquery/iters.go:1010–1016  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1008}
1009
1010func (j *JoinIterator) String() string {
1011 var iters string
1012 for _, iter := range j.iters {
1013 iters += "\n\t" + util.TabOut(iter)
1014 }
1015 return fmt.Sprintf("JoinIterator: %d: %s\t%s)", j.definitionLevel, j.pred, iters)
1016}
1017
1018func (j *JoinIterator) Next() (*IteratorResult, error) {
1019outer:

Callers

nothing calls this directly

Calls 1

TabOutFunction · 0.92

Tested by

no test coverage detected