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

Struct AndExpr

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

AndExpr represents an AND expression.

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected