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

Struct UnaryExpr

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

UnaryExpr represents a unary value expression.

Source from the content-addressed store, hash-verified

1208
1209// UnaryExpr represents a unary value expression.
1210type UnaryExpr struct {
1211 Operator UnaryOperator
1212 Expr Expr
1213
1214 typeAnnotation
1215 fn *UnaryOp
1216}
1217
1218func (*UnaryExpr) operatorExpr() {}
1219

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected