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

Struct BinaryOperation

pkg/traceql/ast.go:540–548  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

538}
539
540type BinaryOperation struct {
541 Op Operator
542 LHS FieldExpression
543 RHS FieldExpression
544
545 compiledExpressions []*regexp.Regexp
546
547 b branchOptimizer
548}
549
550func newBinaryOperation(op Operator, lhs, rhs FieldExpression) FieldExpression {
551 binop := &BinaryOperation{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected