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

Struct ParenExpr

postgres/parser/sem/tree/expr.go:333–337  ·  view source on GitHub ↗

ParenExpr represents a parenthesized expression.

Source from the content-addressed store, hash-verified

331
332// ParenExpr represents a parenthesized expression.
333type ParenExpr struct {
334 Expr Expr
335
336 typeAnnotation
337}
338
339// Format implements the NodeFormatter interface.
340func (node *ParenExpr) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected