MCPcopy
hub / github.com/uptrace/uptrace / Expr

Interface Expr

pkg/metrics/mql/expr.go:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type Expr interface{}
26
27var (
28 _ Expr = (*TimeseriesExpr)(nil)

Callers

nothing calls this directly

Implementers 6

ParenExprpkg/metrics/mql/ast/ast.go
MetricExprpkg/metrics/mql/ast/ast.go
Numberpkg/metrics/mql/ast/ast.go
FuncCallpkg/metrics/mql/ast/ast.go
UniqExprpkg/metrics/mql/ast/ast.go
BinaryExprpkg/metrics/mql/ast/ast.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…