Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/auxten/postgresql-parser
/ ComparisonOperator
TypeAlias
ComparisonOperator
pkg/sql/sem/tree/expr.go:297–297 ·
view source on GitHub ↗
ComparisonOperator represents a binary operator.
Source
from the content-addressed store, hash-verified
295
296
// ComparisonOperator represents a binary operator.
297
type
ComparisonOperator int
298
299
func
(ComparisonOperator) operator() {}
300
Callers
3
expr.go
File · 0.85
String
Method · 0.85
init
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected