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

Struct ParenExpr

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

ParenExpr represents a parenthesized expression.

Source from the content-addressed store, hash-verified

324
325// ParenExpr represents a parenthesized expression.
326type ParenExpr struct {
327 Expr Expr
328
329 typeAnnotation
330}
331
332// Format implements the NodeFormatter interface.
333func (node *ParenExpr) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected