MCPcopy 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.
297type ComparisonOperator int
298
299func (ComparisonOperator) operator() {}
300

Callers 3

expr.goFile · 0.85
StringMethod · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected