Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ byteArray
Method
byteArray
pkg/parquetquery/intern/intern.go:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
}
75
76
func
(v *pqValue) byteArray() []byte {
77
return
bytesFromPtr(v.ptr, int(v.u64))
78
}
Callers
1
UnsafeClone
Method · 0.80
Calls
1
bytesFromPtr
Function · 0.85
Tested by
no test coverage detected