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

Method Close

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

Source from the content-addressed store, hash-verified

966}
967
968func (c *SyncIterator) Close() {
969 c.closeCurrRowGroup()
970
971 c.span.End()
972
973 if c.interner != nil {
974 c.interner.Close()
975 }
976}
977
978// JoinIterator joins two or more iterators for matches at the given definition level.
979// I.e. joining at definitionLevel=0 means that each iterator must produce a result

Callers 3

findTraceByIDFunction · 0.95
findTraceByIDFunction · 0.95
findTraceByIDFunction · 0.95

Calls 2

closeCurrRowGroupMethod · 0.95
CloseMethod · 0.65

Tested by

no test coverage detected