MCPcopy Create free account
hub / github.com/dolthub/doltgresql / UnaryOperator

TypeAlias UnaryOperator

postgres/parser/sem/tree/expr.go:1219–1219  ·  view source on GitHub ↗

UnaryOperator represents a unary operator.

Source from the content-addressed store, hash-verified

1217
1218// UnaryOperator represents a unary operator.
1219type UnaryOperator int
1220
1221func (UnaryOperator) operator() {}
1222

Callers 2

expr.goFile · 0.70
StringMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected