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

Struct ParenExpr

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

ParenExpr represents a parenthesized expression.

Source from the content-addressed store, hash-verified

264
265// ParenExpr represents a parenthesized expression.
266type ParenExpr struct {
267 Expr Expr
268
269 typeAnnotation
270}
271
272// Format implements the NodeFormatter interface.
273func (node *ParenExpr) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected