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

Method Get

tempodb/encoding/vparquet4/compactor.go:321–323  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

319}
320
321func (r *rowPool) Get() parquet.Row {
322 return r.pool.Get().(parquet.Row)
323}
324
325func (r *rowPool) Put(row parquet.Row) {
326 if cap(row) != r.size {

Callers

nothing calls this directly

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected