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

Struct UnaryOperation

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

Source from the content-addressed store, hash-verified

612}
613
614type UnaryOperation struct {
615 Op Operator
616 Expression FieldExpression
617}
618
619func newUnaryOperation(op Operator, e FieldExpression) FieldExpression {
620 unop := UnaryOperation{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected