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

Method String

postgres/parser/sem/tree/expr.go:1159–1164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1157}
1158
1159func (i BinaryOperator) String() string {
1160 if i < 0 || i > BinaryOperator(len(binaryOpName)-1) {
1161 return fmt.Sprintf("BinaryOp(%d)", i)
1162 }
1163 return binaryOpName[i]
1164}
1165
1166// BinaryExpr represents a binary value expression.
1167type BinaryExpr struct {

Callers

nothing calls this directly

Calls 1

BinaryOperatorTypeAlias · 0.70

Tested by

no test coverage detected