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

TypeAlias ComparisonOperator

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

ComparisonOperator represents a binary operator.

Source from the content-addressed store, hash-verified

364
365// ComparisonOperator represents a binary operator.
366type ComparisonOperator int
367
368func (ComparisonOperator) operator() {}
369

Callers 3

expr.goFile · 0.85
StringMethod · 0.85
initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected