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

Method doc

pkg/sql/sem/tree/pretty.go:472–474  ·  view source on GitHub ↗
(p *PrettyCfg)

Source from the content-addressed store, hash-verified

470}
471
472func (node *ParenSelect) doc(p *PrettyCfg) pretty.Doc {
473 return p.bracket("(", p.Doc(node.Select), ")")
474}
475
476func (node *ParenTableExpr) doc(p *PrettyCfg) pretty.Doc {
477 return p.bracket("(", p.Doc(node.Expr), ")")

Callers

nothing calls this directly

Calls 2

bracketMethod · 0.80
DocMethod · 0.80

Tested by

no test coverage detected