Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
321
func
(r *rowPool) Get() parquet.Row {
322
return
r.pool.Get().(parquet.Row)
323
}
324
325
func
(r *rowPool) Put(row parquet.Row) {
326
if
cap(row) != r.size {
Callers
nothing calls this directly
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected