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

Struct ParenTableExpr

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

ParenTableExpr represents a parenthesized TableExpr.

Source from the content-addressed store, hash-verified

625
626// ParenTableExpr represents a parenthesized TableExpr.
627type ParenTableExpr struct {
628 Expr TableExpr
629}
630
631// Format implements the NodeFormatter interface.
632func (node *ParenTableExpr) Format(ctx *FmtCtx) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected