Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Kind
Method
Kind
pkg/traceql/ast.go:1006–1011 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1004
}
1005
1006
func
(s Static) Kind() (Kind, bool) {
1007
if
s.Type != TypeKind {
1008
return
0, false
1009
}
1010
return
Kind(s.valScalar), true
1011
}
1012
1013
func
(s Static) IntArray() ([]int, bool) {
1014
if
s.Type != TypeIntArray {
Callers
15
EncodeToString
Method · 0.95
KeepGroup
Method · 0.80
mapSpanAttr
Function · 0.80
mapResourceAttr
Function · 0.80
createIntPredicate
Function · 0.80
KeepGroup
Method · 0.80
KeepGroup
Method · 0.80
KeepGroup
Method · 0.80
estimateProtoSizeFromParquetRow
Function · 0.80
estimateMarshalledSizeFromParquetRow
Function · 0.80
callback
Function · 0.80
KeepGroup
Method · 0.80
Calls
1
Kind
TypeAlias · 0.85
Tested by
5
rvCountFields
Function · 0.64
ensureAllFieldsPopulated
Function · 0.64
isZeroValue
Function · 0.64
TestPqValueConversion
Function · 0.64
TestStatic_Kind
Function · 0.64