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

Method reset

tempodb/encoding/vparquet4/block_traceql.go:1174–1177  ·  view source on GitHub ↗

reset the buffer and reuse existing space.

()

Source from the content-addressed store, hash-verified

1172
1173// reset the buffer and reuse existing space.
1174func (i *bridgeIterator) reset() {
1175 i.nextSpansIdx = 0
1176 i.nextSpans = i.nextSpans[:0]
1177}
1178
1179// pop next span from beginning of the buffer.
1180func (i *bridgeIterator) pop() (*parquetquery.IteratorResult, bool) {

Callers 1

NextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected