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

Method StringArray

pkg/traceql/ast.go:1058–1064  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1056}
1057
1058func (s Static) StringArray() ([]string, bool) {
1059 if s.Type != TypeStringArray {
1060 return nil, false
1061 }
1062
1063 return s.valStrings, true
1064}
1065
1066func (s Static) BooleanArray() ([]bool, bool) {
1067 if s.Type != TypeBooleanArray {

Callers 11

AsAnyValueMethod · 0.95
ElementsMethod · 0.95
appendMethod · 0.95
createStringPredicateFunction · 0.80
createBytesPredicateFunction · 0.80
createStringPredicateFunction · 0.80
createBytesPredicateFunction · 0.80
createStringPredicateFunction · 0.80
createBytesPredicateFunction · 0.80
TestStatic_StringArrayFunction · 0.80
validateMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestStatic_StringArrayFunction · 0.64