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

Method Close

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

Source from the content-addressed store, hash-verified

1171}
1172
1173func (j *JoinIterator) Close() {
1174 for _, i := range j.iters {
1175 i.Close()
1176 }
1177 j.pool.Release(j.at)
1178}
1179
1180type oldStyleCollector struct {
1181 at *IteratorResult

Callers 3

rawToResultsFunction · 0.95
rawToResultsFunction · 0.95
rawToResultsFunction · 0.95

Calls 2

CloseMethod · 0.65
ReleaseMethod · 0.65

Tested by

no test coverage detected