Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
673
func
NewStaticInt(i int) Static {
674
return
Static{
675
Type: TypeInt,
676
valScalar: uint64(i),
677
}
678
}
679
680
func
NewStaticFloat(f float64) Static {
681
return
Static{
Callers
15
KeepGroup
Method · 0.92
mapSpanAttr
Function · 0.92
mapResourceAttr
Function · 0.92
AttributeFor
Method · 0.92
createIntPredicateFromFloat
Function · 0.92
KeepGroup
Method · 0.92
KeepGroup
Method · 0.92
KeepGroup
Method · 0.92
TestBackendBlockSearchTagValuesV2
Function · 0.92
TestBackendBlockSearchFetchMetaData
Function · 0.92
callback
Function · 0.92
flattenForSelectAll
Function · 0.92
Calls
no outgoing calls
Tested by
15
TestBackendBlockSearchTagValuesV2
Function · 0.74
TestBackendBlockSearchFetchMetaData
Function · 0.74
flattenForSelectAll
Function · 0.74
TestBackendBlockSearchTagValuesV2
Function · 0.74
TestBackendBlockSearchFetchMetaData
Function · 0.74
flattenForSelectAll
Function · 0.74
TestBackendBlockSearchTagValuesV2
Function · 0.74
TestBackendBlockSearchFetchMetaData
Function · 0.74
TestSpansetFilter_extractConditions
Function · 0.68
TestScalarFilter_extractConditions
Function · 0.68
TestStructuralNestedSet_extractConditions
Function · 0.68
TestPipelines
Function · 0.68