Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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.
1183
type
UnaryOperator int
1184
1185
func
(UnaryOperator) operator() {}
1186
Callers
2
expr.go
File · 0.85
String
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected