MCPcopy Create free account
hub / github.com/dolthub/doltgresql / AndExpr

Struct AndExpr

postgres/parser/sem/tree/expr.go:162–166  ·  view source on GitHub ↗

AndExpr represents an AND expression.

Source from the content-addressed store, hash-verified

160
161// AndExpr represents an AND expression.
162type AndExpr struct {
163 Left, Right Expr
164
165 typeAnnotation
166}
167
168func (*AndExpr) operatorExpr() {}
169

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected