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

Method doc

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

Source from the content-addressed store, hash-verified

474}
475
476func (node *ParenTableExpr) doc(p *PrettyCfg) pretty.Doc {
477 return p.bracket("(", p.Doc(node.Expr), ")")
478}
479
480func (node *Limit) doc(p *PrettyCfg) pretty.Doc {
481 res := pretty.Nil

Callers

nothing calls this directly

Calls 2

bracketMethod · 0.80
DocMethod · 0.80

Tested by

no test coverage detected