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

Method doc

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

Source from the content-addressed store, hash-verified

1330}
1331
1332func (node *UnionClause) doc(p *PrettyCfg) pretty.Doc {
1333 op := node.Type.String()
1334 if node.All {
1335 op += " ALL"
1336 }
1337 return pretty.Stack(p.Doc(node.Left), p.nestUnder(pretty.Keyword(op), p.Doc(node.Right)))
1338}
1339
1340func (node *IfErrExpr) doc(p *PrettyCfg) pretty.Doc {
1341 var s string

Callers

nothing calls this directly

Calls 5

StackFunction · 0.92
KeywordFunction · 0.92
DocMethod · 0.80
nestUnderMethod · 0.80
StringMethod · 0.65

Tested by

no test coverage detected