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

TypeAlias BinaryOperator

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

BinaryOperator represents a binary operator.

Source from the content-addressed store, hash-verified

1079
1080// BinaryOperator represents a binary operator.
1081type BinaryOperator int
1082
1083func (BinaryOperator) operator() {}
1084

Callers 2

expr.goFile · 0.70
StringMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected