MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / AndExpr

Struct AndExpr

pkg/sql/sem/tree/expr.go:153–157  ·  view source on GitHub ↗

AndExpr represents an AND expression.

Source from the content-addressed store, hash-verified

151
152// AndExpr represents an AND expression.
153type AndExpr struct {
154 Left, Right Expr
155
156 typeAnnotation
157}
158
159func (*AndExpr) operatorExpr() {}
160

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected