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

Method String

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

Source from the content-addressed store, hash-verified

1242}
1243
1244func (i UnaryOperator) String() string {
1245 if i < 0 || i > UnaryOperator(len(unaryOpName)-1) {
1246 return fmt.Sprintf("UnaryOp(%d)", i)
1247 }
1248 return unaryOpName[i]
1249}
1250
1251// UnaryExpr represents a unary value expression.
1252type UnaryExpr struct {

Callers

nothing calls this directly

Calls 1

UnaryOperatorTypeAlias · 0.70

Tested by

no test coverage detected