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

Method Close

tempodb/encoding/vparquet4/block_traceql.go:1410–1413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1408}
1409
1410func (i *rebatchIterator) Close() {
1411 i.iter.Close()
1412 parquetquery.DefaultPool.Release(i.at)
1413}
1414
1415// spansetIterator turns the parquet iterator into the final
1416// traceql iterator. Every row it receives is one spanset.

Callers

nothing calls this directly

Calls 2

CloseMethod · 0.65
ReleaseMethod · 0.65

Tested by

no test coverage detected