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

Struct Encoding

tempodb/encoding/vparquet3/encoding.go:14–14  ·  tempodb/encoding/vparquet3/encoding.go::Encoding

Source from the content-addressed store, hash-verified

12const VersionString = "vParquet3"
13
14type Encoding struct{}
15
16func (v Encoding) Version() string {
17 return VersionString

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected