MCPcopy
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

12const VersionString = "vParquet5"
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