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

Struct ScalarOperation

pkg/traceql/ast.go:300–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300type ScalarOperation struct {
301 Op Operator
302 LHS ScalarExpression
303 RHS ScalarExpression
304}
305
306func newScalarOperation(op Operator, lhs, rhs ScalarExpression) ScalarOperation {
307 return ScalarOperation{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected