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

Method reset

tempodb/encoding/vparquet5/block_traceql.go:1235–1238  ·  view source on GitHub ↗

reset the buffer and reuse existing space.

()

Source from the content-addressed store, hash-verified

1233
1234// reset the buffer and reuse existing space.
1235func (i *bridgeIterator) reset() {
1236 i.nextSpansIdx = 0
1237 i.nextSpans = i.nextSpans[:0]
1238}
1239
1240// pop next span from beginning of the buffer.
1241func (i *bridgeIterator) pop() (*parquetquery.IteratorResult, bool) {

Callers 1

NextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected