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

Method doc

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

Source from the content-addressed store, hash-verified

2062}
2063
2064func (node *CoalesceExpr) doc(p *PrettyCfg) pretty.Doc {
2065 return p.bracketKeyword(
2066 node.Name, "(",
2067 p.Doc(&node.Exprs),
2068 ")", "",
2069 )
2070}
2071
2072func (node *AlterTable) doc(p *PrettyCfg) pretty.Doc {
2073 title := pretty.Keyword("ALTER TABLE")

Callers

nothing calls this directly

Calls 2

bracketKeywordMethod · 0.80
DocMethod · 0.80

Tested by

no test coverage detected