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

TypeAlias UnaryOperator

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

UnaryOperator represents a unary operator.

Source from the content-addressed store, hash-verified

1181
1182// UnaryOperator represents a unary operator.
1183type UnaryOperator int
1184
1185func (UnaryOperator) operator() {}
1186

Callers 2

expr.goFile · 0.85
StringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected