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

Struct OrExpr

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

OrExpr represents an OR expression.

Source from the content-addressed store, hash-verified

206
207// OrExpr represents an OR expression.
208type OrExpr struct {
209 Left, Right Expr
210
211 typeAnnotation
212}
213
214func (*OrExpr) operatorExpr() {}
215

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected