MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / BinaryExpr

Struct BinaryExpr

pkg/filter/ql/expr.go:51–55  ·  view source on GitHub ↗

BinaryExpr represents an operation between two expressions.

Source from the content-addressed store, hash-verified

49
50// BinaryExpr represents an operation between two expressions.
51type BinaryExpr struct {
52 Op token
53 LHS Expr
54 RHS Expr
55}
56
57// String returns a string representation of the binary expression.
58func (e *BinaryExpr) String() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected