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

Struct OrExpr

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

OrExpr represents an OR expression.

Source from the content-addressed store, hash-verified

215
216// OrExpr represents an OR expression.
217type OrExpr struct {
218 Left, Right Expr
219
220 typeAnnotation
221}
222
223func (*OrExpr) operatorExpr() {}
224

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected