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

Method Release

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

Source from the content-addressed store, hash-verified

174// implements Releaser, iterators will call it when discarding unused values when Seeking.
175type Releaser interface {
176 Release()
177}
178
179// IteratorResult is a row of data with a row number and named columns of data.

Callers 14

ReleaseMethod · 0.65
seekPagesMethod · 0.65
seekWithinPageMethod · 0.65
nextMethod · 0.65
setPageMethod · 0.65
seekMethod · 0.65
seekAllMethod · 0.65
CloseMethod · 0.65
CloseMethod · 0.65
seekMethod · 0.65
seekAllRequiredMethod · 0.65
SeekToMethod · 0.65

Implementers 8

spantempodb/encoding/vparquet4/block_trace
spantempodb/encoding/vparquet5/block_trace
Memcachedpkg/cache/memcached.go
RedisCachepkg/cache/redis_cache.go
IteratorResultpkg/parquetquery/iters.go
ResultPoolpkg/parquetquery/pool.go
Spansetpkg/traceql/storage.go
mockClientpkg/util/test/cache.go

Calls

no outgoing calls

Tested by

no test coverage detected