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

Method String

pkg/sql/sem/tree/expr.go:1106–1111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1104}
1105
1106func (i BinaryOperator) String() string {
1107 if i < 0 || i > BinaryOperator(len(binaryOpName)-1) {
1108 return fmt.Sprintf("BinaryOp(%d)", i)
1109 }
1110 return binaryOpName[i]
1111}
1112
1113// BinaryExpr represents a binary value expression.
1114type BinaryExpr struct {

Callers

nothing calls this directly

Calls 1

BinaryOperatorTypeAlias · 0.85

Tested by

no test coverage detected