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

Method doc

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

Source from the content-addressed store, hash-verified

1709}
1710
1711func (node *ColumnTableDef) doc(p *PrettyCfg) pretty.Doc {
1712 return p.unrow(node.docRow(p))
1713}
1714
1715func (node *ColumnTableDef) docRow(p *PrettyCfg) pretty.TableRow {
1716 // Final layout:

Callers

nothing calls this directly

Calls 2

docRowMethod · 0.95
unrowMethod · 0.80

Tested by

no test coverage detected