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

Struct ScalarFilter

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

Source from the content-addressed store, hash-verified

501}
502
503type ScalarFilter struct {
504 Op Operator
505 LHS ScalarExpression
506 RHS ScalarExpression
507}
508
509func newScalarFilter(op Operator, lhs, rhs ScalarExpression) ScalarFilter {
510 return ScalarFilter{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected