Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Encoding
Struct
Encoding
tempodb/encoding/vparquet5/encoding.go:14–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
const
VersionString =
"vParquet5"
13
14
type
Encoding
struct
{}
15
16
func
(v Encoding) Version() string {
17
return
VersionString
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected