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

Struct OrExpr

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

OrExpr represents an OR expression.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected