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

Struct ParenTableExpr

pkg/sql/sem/tree/select.go:409–411  ·  view source on GitHub ↗

ParenTableExpr represents a parenthesized TableExpr.

Source from the content-addressed store, hash-verified

407
408// ParenTableExpr represents a parenthesized TableExpr.
409type ParenTableExpr struct {
410 Expr TableExpr
411}
412
413// Format implements the NodeFormatter interface.
414func (node *ParenTableExpr) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected