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

Method referencesSpan

pkg/traceql/ast.go:533–533  ·  view source on GitHub ↗

referencesSpan returns true if this field expression has any attributes or intrinsics. i.e. it references the span itself

()

Source from the content-addressed store, hash-verified

531
532 // referencesSpan returns true if this field expression has any attributes or intrinsics. i.e. it references the span itself
533 referencesSpan() bool
534 __fieldExpression()
535
536 extractConditions(request *FetchSpansRequest)

Callers 5

IsNoopMethod · 0.65
referencesSpanMethod · 0.65
referencesSpanMethod · 0.65
validateMethod · 0.65
validateMethod · 0.65

Implementers 4

Staticpkg/traceql/ast.go
BinaryOperationpkg/traceql/ast.go
UnaryOperationpkg/traceql/ast.go
Attributepkg/traceql/ast.go

Calls

no outgoing calls

Tested by

no test coverage detected