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

Function newSpansetOperation

pkg/traceql/ast.go:404–410  ·  view source on GitHub ↗
(op Operator, lhs, rhs SpansetExpression)

Source from the content-addressed store, hash-verified

402}
403
404func newSpansetOperation(op Operator, lhs, rhs SpansetExpression) SpansetOperation {
405 return SpansetOperation{
406 Op: op,
407 LHS: lhs,
408 RHS: rhs,
409 }
410}
411
412// nolint: revive
413func (SpansetOperation) __spansetExpression() {}

Callers 7

ParseMethod · 0.85
rewritePipelineMethod · 0.85

Calls

no outgoing calls