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

Function syncIteratorPoolPut

pkg/parquetquery/iters.go:301–306  ·  view source on GitHub ↗
(b []pq.Value)

Source from the content-addressed store, hash-verified

299}
300
301func syncIteratorPoolPut(b []pq.Value) {
302 for i := range b {
303 b[i] = pq.Value{}
304 }
305 syncIteratorPool.Put(b) // nolint: staticcheck
306}
307
308type JoinIteratorOption interface {
309 applyToJoinIterator(*JoinIterator)

Callers 2

seekWithinPageMethod · 0.85
setPageMethod · 0.85

Calls 1

PutMethod · 0.45

Tested by

no test coverage detected