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

Method String

pkg/traceql/ast_stringer.go:55–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func (a Aggregate) String() string {
56 if a.e == nil {
57 return a.op.String() + "()"
58 }
59
60 return a.op.String() + "(" + a.e.String() + ")"
61}
62
63func (o SpansetOperation) String() string {
64 return binaryOp(o.Op, o.LHS, o.RHS)

Callers 2

validateMethod · 0.95
evaluateMethod · 0.95

Calls 1

StringMethod · 0.45

Tested by

no test coverage detected