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

Method Close

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

Source from the content-addressed store, hash-verified

1606}
1607
1608func (j *LeftJoinIterator) Close() {
1609 for _, i := range j.required {
1610 i.Close()
1611 }
1612 for _, i := range j.optional {
1613 i.Close()
1614 }
1615 j.collector.Close()
1616}
1617
1618// UnionIterator produces all results for all given iterators. When iterators
1619// align to the same row, based on the configured definition level, then the results

Callers 4

searchKeyValuesFunction · 0.95
searchKeyValuesFunction · 0.95
searchKeyValuesFunction · 0.95

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected