Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Reset
Method
Reset
pkg/parquetquery/iters.go:194–197 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
192
}
193
194
func
(r *IteratorResult) Reset() {
195
r.Entries = r.Entries[:0]
196
r.OtherEntries = r.OtherEntries[:0]
197
}
198
199
func
(r *IteratorResult) Release() {
200
for
_, e :=
range
r.OtherEntries {
Callers
2
BenchmarkIteratorResultAppend
Function · 0.95
TestLeftJoinDown
Function · 0.95
Calls
no outgoing calls
Tested by
2
BenchmarkIteratorResultAppend
Function · 0.76
TestLeftJoinDown
Function · 0.76