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

Method Close

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

Source from the content-addressed store, hash-verified

1479}
1480
1481func (i *mergeSpansetIterator) Close() {
1482 // Close any outstanding iters
1483 for _, iter := range i.iters {
1484 iter.Close()
1485 }
1486}
1487
1488// fetch is the core logic for executing the given conditions against the parquet columns. The algorithm
1489// can be summarized as a hiearchy of iterators where we iterate related columns together and collect the results

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected