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

Function newScalarFilter

pkg/traceql/ast.go:509–515  ·  view source on GitHub ↗
(op Operator, lhs, rhs ScalarExpression)

Source from the content-addressed store, hash-verified

507}
508
509func newScalarFilter(op Operator, lhs, rhs ScalarExpression) ScalarFilter {
510 return ScalarFilter{
511 Op: op,
512 LHS: lhs,
513 RHS: rhs,
514 }
515}
516
517// nolint: revive
518func (ScalarFilter) __spansetExpression() {}

Callers 7

TestPipelinesFunction · 0.85
ParseMethod · 0.85
rewritePipelineMethod · 0.85

Calls

no outgoing calls

Tested by 4

TestPipelinesFunction · 0.68