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

Struct Static

pkg/traceql/ast.go:655–661  ·  view source on GitHub ↗

********************** Statics **********************

Source from the content-addressed store, hash-verified

653// **********************
654
655type Static struct {
656 Type StaticType
657
658 valScalar uint64 // used for int, float64, bool, time.Duration, Kind, and Status
659 valBytes []byte // used for string, []int, []float64, []bool
660 valStrings []string // used for []string
661}
662
663type StaticMapKey struct {
664 typ StaticType

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected