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

Function NewStaticInt

pkg/traceql/ast.go:673–678  ·  pkg/traceql/ast.go::NewStaticInt
(i int)

Source from the content-addressed store, hash-verified

671}
672
673func NewStaticInt(i int) Static {
674 return Static{
675 Type: TypeInt,
676 valScalar: uint64(i),
677 }
678}
679
680func NewStaticFloat(f float64) Static {
681 return Static{

Callers 15

KeepGroupMethod · 0.92
mapSpanAttrFunction · 0.92
mapResourceAttrFunction · 0.92
AttributeForMethod · 0.92
KeepGroupMethod · 0.92
KeepGroupMethod · 0.92
KeepGroupMethod · 0.92
callbackFunction · 0.92
flattenForSelectAllFunction · 0.92

Calls

no outgoing calls