MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / BinaryOperator

TypeAlias BinaryOperator

pkg/sql/sem/tree/expr.go:1028–1028  ·  view source on GitHub ↗

BinaryOperator represents a binary operator.

Source from the content-addressed store, hash-verified

1026
1027// BinaryOperator represents a binary operator.
1028type BinaryOperator int
1029
1030func (BinaryOperator) operator() {}
1031

Callers 2

expr.goFile · 0.85
StringMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected