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

Function NewStaticFloat

pkg/traceql/ast.go:680–685  ·  view source on GitHub ↗
(f float64)

Source from the content-addressed store, hash-verified

678}
679
680func NewStaticFloat(f float64) Static {
681 return Static{
682 Type: TypeFloat,
683 valScalar: math.Float64bits(f),
684 }
685}
686
687func NewStaticString(s string) Static {
688 return Static{

Callers 15

KeepGroupMethod · 0.92
mapSpanAttrFunction · 0.92
mapResourceAttrFunction · 0.92
KeepGroupMethod · 0.92
KeepGroupMethod · 0.92
callbackFunction · 0.92
KeepGroupMethod · 0.92
mapEventAttrFunction · 0.92

Calls

no outgoing calls