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

Method String

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

Source from the content-addressed store, hash-verified

1200}
1201
1202func (i UnaryOperator) String() string {
1203 if i < 0 || i > UnaryOperator(len(unaryOpName)-1) {
1204 return fmt.Sprintf("UnaryOp(%d)", i)
1205 }
1206 return unaryOpName[i]
1207}
1208
1209// UnaryExpr represents a unary value expression.
1210type UnaryExpr struct {

Callers

nothing calls this directly

Calls 1

UnaryOperatorTypeAlias · 0.85

Tested by

no test coverage detected