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

Struct NotExpr

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

NotExpr represents a NOT expression.

Source from the content-addressed store, hash-verified

237
238// NotExpr represents a NOT expression.
239type NotExpr struct {
240 Expr Expr
241
242 typeAnnotation
243}
244
245func (*NotExpr) operatorExpr() {}
246

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected